Skip to content

Commit 337c72e

Browse files
kafka connect cluster
1 parent 5b690af commit 337c72e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kafka_connect/scripts/setup-kafka-connect-1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ KAFKA_CONNECT_DIR="$(dirname "$SCRIPT_DIR")"
1313
ENV_FILE="${KAFKA_CONNECT_DIR}/.env"
1414

1515
# Always use localhost for local operations
16-
CONNECT_HOST="localhost:8083"
16+
CONNECT_HOST="localhost"
1717

1818
if [ -f "$ENV_FILE" ]; then
1919
source "$ENV_FILE"

kafka_connect/scripts/setup-kafka-connect-2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ KAFKA_CONNECT_DIR="$(dirname "$SCRIPT_DIR")"
1313
ENV_FILE="${KAFKA_CONNECT_DIR}/.env"
1414

1515
# Always use localhost for local operations
16-
CONNECT_HOST="localhost:8083"
16+
CONNECT_HOST="localhost"
1717

1818
if [ -f "$ENV_FILE" ]; then
1919
source "$ENV_FILE"

0 commit comments

Comments
 (0)