Max created KAFKA-17348: --------------------------- Summary: Add ability to specify a custom produce request parser. Key: KAFKA-17348 URL: https://issues.apache.org/jira/browse/KAFKA-17348 Project: Kafka Issue Type: New Feature Components: clients Affects Versions: 3.8.0, 4.0.0 Reporter: Max
Add ability to specify a custom produce request parser. A custom produce request parser would allow to intercept all incoming messages before they get into the broker and apply broker wide logic to the messages. This could be a trace , a filter, or a transform(such as lineage), or just forcing certain headers across all messages. [https://github.com/apache/kafka/pull/16812] -- This message was sent by Atlassian Jira (v8.20.10#820010)