Untitled

mail@pastecode.io avatarunknown
plain_text
a month ago
508 B
2
Indexable
Never
./kafka-topics.sh --create --bootstrap-server b-2.sitkafkacluster.mxb3zy.c2.kafka.ap-south-1.amazonaws.com:9098,b-1.sitkafkacluster.mxb3zy.c2.kafka.ap-south-1.amazonaws.com:9098 --command-config client.properties --replication-factor 2 --partitions 1 --topic sitkafkapoc

i have above details for aws kafkanow how to use kafka hostip and port in my application.properties like below can you please try to modify in below by using above details

kafka.servers.bootstrap=<aws kafka ip>:<aws kafka running port>