File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ services:
1616 CONNECT_REST_ADVERTISED_HOST_NAME : " kafka-connect-1"
1717
1818 # Cluster Configuration
19- CONNECT_GROUP_ID : " trendyol-kafka- connect-cluster"
20- CONNECT_CONFIG_STORAGE_TOPIC : " trendyol-connect-configs"
21- CONNECT_OFFSET_STORAGE_TOPIC : " trendyol-connect-offsets"
22- CONNECT_STATUS_STORAGE_TOPIC : " trendyol-connect-status"
19+ CONNECT_GROUP_ID : " trendyol-connect-cluster"
20+ CONNECT_CONFIG_STORAGE_TOPIC : " trendyol-kafka- connect-configs"
21+ CONNECT_OFFSET_STORAGE_TOPIC : " trendyol-kafka- connect-offsets"
22+ CONNECT_STATUS_STORAGE_TOPIC : " trendyol-kafka- connect-status"
2323
2424 # Topic Replication Factors
2525 CONNECT_CONFIG_STORAGE_REPLICATION_FACTOR : 3
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ services:
1616 CONNECT_REST_ADVERTISED_HOST_NAME : " kafka-connect-2"
1717
1818 # Cluster Configuration
19- CONNECT_GROUP_ID : " trendyol-kafka- connect-cluster"
20- CONNECT_CONFIG_STORAGE_TOPIC : " trendyol-connect-configs"
21- CONNECT_OFFSET_STORAGE_TOPIC : " trendyol-connect-offsets"
22- CONNECT_STATUS_STORAGE_TOPIC : " trendyol-connect-status"
19+ CONNECT_GROUP_ID : " trendyol-connect-cluster"
20+ CONNECT_CONFIG_STORAGE_TOPIC : " trendyol-kafka- connect-configs"
21+ CONNECT_OFFSET_STORAGE_TOPIC : " trendyol-kafka- connect-offsets"
22+ CONNECT_STATUS_STORAGE_TOPIC : " trendyol-kafka- connect-status"
2323
2424 # Topic Replication Factors
2525 CONNECT_CONFIG_STORAGE_REPLICATION_FACTOR : 3
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ if [ -d "${SCRIPT_DIR}/scripts" ]; then
151151 if grep -q " KAFKA_BOOTSTRAP_SERVERS\|CONNECT_HOST" " $script " 2> /dev/null; then
152152 # Update KAFKA_BOOTSTRAP_SERVERS and CONNECT_HOST
153153 sed -i " s|KAFKA_BOOTSTRAP_SERVERS=.*|KAFKA_BOOTSTRAP_SERVERS=\" ${KAFKA_BOOTSTRAP_SERVERS} \" |g" " $script "
154- sed -i " s|CONNECT_HOST=.*|CONNECT_HOST=\" localhost:8083 \" |g" " $script "
154+ sed -i " s|CONNECT_HOST=.*|CONNECT_HOST=\" localhost\" |g" " $script "
155155
156156 echo " ✅ Updated $( basename $script ) "
157157 fi
You can’t perform that action at this time.
0 commit comments