You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/07/21 12:41:50 UTC

[GitHub] [kafka] etolbakov commented on pull request #12365: KAFKA-14020: Performance regression in Producer

etolbakov commented on PR #12365:
URL: https://github.com/apache/kafka/pull/12365#issuecomment-1191436621

   Hello Artem @artemlivshits,
   
   I was studying the PR/`KAFKA-14020` ticket and decided to share a minor observation.
   It seems that `extractTopicPartition` method from `ProducerInterceptors` could be turned in the private (or even inlined).
   https://github.com/apache/kafka/blob/badfbacdd09a9ee8821847f4b28d98625f354ed7/clients/src/main/java/org/apache/kafka/clients/producer/internals/ProducerInterceptors.java#L125
   Happy to make a PR in case you see it reasonable.
   
   ----
   Regards, Eugene


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org