Volunteer help
In Kafka, we always interact with the broker, so the parameter for setting the broker address should be called bootstrap server rather than namesrvAddr. namesrvAddr is a concept specific to RocketMQ, and I believe mixing these terms could cause confusion.
Volunteer help
In Kafka, we always interact with the broker, so the parameter for setting the broker address should be called
bootstrap serverrather thannamesrvAddr.namesrvAddris a concept specific to RocketMQ, and I believe mixing these terms could cause confusion.