Update
This commit is contained in:
4
deploy/scripts/tunnel-eventbus-to-local.sh
Normal file
4
deploy/scripts/tunnel-eventbus-to-local.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Tunnel local port 9092(kafka) to k8s service node port 31200 (kafka)
|
||||
|
||||
socat TCP-LISTEN:9092,fork TCP:127.0.0.1:31200
|
||||
Reference in New Issue
Block a user