Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] PIP 23: Message Tracing By Interceptors #150

Closed
RobertIndie opened this issue Dec 19, 2022 · 1 comment
Closed

[Feature] PIP 23: Message Tracing By Interceptors #150

RobertIndie opened this issue Dec 19, 2022 · 1 comment
Assignees

Comments

@RobertIndie
Copy link
Member

Motivation

https://github.com/apache/pulsar/wiki/PIP-23%3A-Message-Tracing-By-Interceptors

Implementation

The java implementation for referring: apache/pulsar#2471

@RobertIndie RobertIndie self-assigned this Dec 27, 2022
RobertIndie added a commit that referenced this issue Feb 20, 2023
Master Issue: #150

### Motivation

This is the producer interceptor implementation of #150.

### Modifications

* Add ProducerInterceptor interface
* Add `intercept` and `getInterceptors` in `ProducerConfiguration`.
* Triggering the interceptor when `beforeSend`, `onSendAcknowledgement`, `onPartitionsChange` and `close`.
@RobertIndie
Copy link
Member Author

All features from PIP 23 have been implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant