GitHub user apovzner opened a pull request:

    https://github.com/apache/kafka/pull/760

    POC Producer Interceptor and simple C3 implementation of producer 
interceptor.

    PR is for code review only (pre-KIP POC code).
    
    What's missing:
    1. We will specify all interceptor classes in config and load them in 
specified order. 
    2. ProducerInterceptor API is still up for discussion --  we are currently 
allowing for the interceptor to modify serialized key and serialized value. 
That's why the order how we stack interceptors is important. This behavior is 
not required for recording audit metrics, but could be useful for other 
interceptor use-cases such as message encryption.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/confluentinc/kafka interceptor-kip

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/760.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #760
    
----
commit 239eabd2433ee97bc04e1e8698e7d875ee4059c3
Author: Anna Povzner <a...@confluent.io>
Date:   2016-01-13T00:33:20Z

    POC Producer Interceptor and simple C3 implementation of producer 
interceptor.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to