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

Producer diagnostics #1406

Open
erikvanoosten opened this issue Nov 25, 2024 · 0 comments
Open

Producer diagnostics #1406

erikvanoosten opened this issue Nov 25, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@erikvanoosten
Copy link
Collaborator

erikvanoosten commented Nov 25, 2024

With ConsumerDiagnostics users can listen to important events in the consumer. We would like to have something very similar for the producer.

A non-exhaustive list of events that should be supported:

  • record is offered for sending (topic, partition, size of record)
  • batch is offered for sending (number of records, total size of records)
  • record was sent (topic, partition, size of record)

See also #1039.

@erikvanoosten erikvanoosten added the good first issue Good for newcomers label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant