You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.