Skip to content

Consumer batch mode #3631

Answered by edenhill
hinxx asked this question in Q&A
Nov 26, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The standard consumer_poll() API is typically fast enough, the bottleneck is typically fetching messages from Kafka, not returning the messages to the application.
Are you seeing significant performance improvements with consume_batch() over consumer_poll() (et.al)?

Deprecated means two things:

  • we're no longer putting our efforts into these APIs.
  • the API will probably be removed if we ever do a major version bump (nothing is planned).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hinxx
Comment options

Answer selected by hinxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants