Skip to content
New issue

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

Module 2: message visible in kafkacat only after some time #75

Open
gunnarmorling opened this issue Apr 26, 2019 · 1 comment
Open

Module 2: message visible in kafkacat only after some time #75

gunnarmorling opened this issue Apr 26, 2019 · 1 comment

Comments

@gunnarmorling
Copy link
Member

Reported twice now; the call to kafkacat returns an error for some time after the message has been sent:

kafkacat -C -b production-ready-kafka-bootstrap -t OrderEvents -o beginning -f 'offset: %o, key: %k, value: %s\n'
% Auto-selecting Consumer mode (use -P or -C to override) % ERROR: Failed to query metadata for topic OrderEvents: Local: Broker transport failure

@ppatierno, would that happen to ring a bell for you?

@gunnarmorling
Copy link
Member Author

The HTTP request to the order service successfully returns, i.e. the message must have been sent successfully (and a record must have been persisted in the DB). But only some time after that, the kafkacat command returns the message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant