kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-15995: Initial API + make Producer/Consumer plugins Monitorable

Open mimaison opened this issue 1 year ago • 0 comments

First part of KIP-877.

This adds the public APIs and enables the following plugins:

  • Serializer
  • Deserializer
  • ProducerInterceptor
  • ConsumerInterceptor
  • Partitioner which are all the Producer and Consumer specific plugins.

Committer Checklist (excluded from commit message)

  • [ ] Verify design and implementation
  • [ ] Verify test coverage and CI build status
  • [ ] Verify documentation (including upgrade notes)

mimaison avatar Oct 15 '24 16:10 mimaison