-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[receiver/pulsarreceiver] - Add encoding extension #29322
[receiver/pulsarreceiver] - Add encoding extension #29322
Conversation
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Please rebase |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
cb1d44d
to
cb17c7f
Compare
@dmitryax up for review |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
@dmitryax can you review this and reopen it? I can't reopen due to insufficient permissions. |
@@ -30,7 +30,6 @@ func TestLoadConfig(t *testing.T) { | |||
Endpoint: "pulsar://localhost:6500", | |||
ConsumerName: "otel-collector", | |||
Subscription: "otel-collector", | |||
Encoding: defaultEncoding, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the default behavior if encoding_extension
isn't set? I believe it should be OTLP encoding
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe so.
Will change it to OTLP
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Co-authored-by: Dmitrii Anoshin <[email protected]>
Not stale. working |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Description: This PR introduces the recently added encoding extension to pulsarreceiver.