Support Questions

Find answers, ask questions, and share your expertise

KAKFA service installation in Cloudera Manager

Hello,

 

While installing kafka using cloudera manager  add services,what needs to be populated in the below configuration in kafka?

 

Destination Broker List
bootstrap.servers
 
Source Broker List
source.bootstrap.servers
 
Note:
host name = quickstart.cloudera
 
 
Thanks
Anbu
1 REPLY 1

Expert Contributor

@anbazhagan_muth 

 

You can leave them blank unless you're using mirror maker, in that case, you have to fill up those values using:

 

Destination Broker List
bootstrap.servers
 

 

Comma-separated list of IP:port (or hostname:port) pairs of brokers on destination cluster. This should be more than one, for high availability, but there's no need to list all brokers.

 

 
Source Broker List
source.bootstrap.servers
 

 

Comma-separated list of IP:port (or hostname:port) pairs of brokers on source cluster. This should be more than one, for high availability, but there's no need to list all brokers.

 

 

 

Documentation below:

https://docs.cloudera.com/documentation/enterprise/5-7-x/topics/cm_props_cdh540_kafka.html#concept_5...