We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration config = { { "metadata.broker.list", kafka_servers} }; Producer pp(config); MessageBuilder builder("***"); builder.partition(8); builder.payload("1999"); pp.produce(builder); pp.flush(); my code is like this.
Configuration config = { { "metadata.broker.list", kafka_servers} }; Producer pp(config); MessageBuilder builder("***"); builder.partition(8); builder.payload("1999"); pp.produce(builder); pp.flush();
producer success. consumer got one message. but it is null.
consumer is kafka shell consumer.
thanks for you time.
The text was updated successfully, but these errors were encountered:
Same here. Did you find a way to solve this problem?
Sorry, something went wrong.
No branches or pull requests
Configuration config = { { "metadata.broker.list", kafka_servers} }; Producer pp(config); MessageBuilder builder("***"); builder.partition(8); builder.payload("1999"); pp.produce(builder); pp.flush();
my code is like this.
producer success. consumer got one message. but it is null.
consumer is kafka shell consumer.
thanks for you time.
The text was updated successfully, but these errors were encountered: