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

[new component] add apache pulsar receiver support #9796

Closed
tjiuming opened this issue May 9, 2022 · 4 comments
Closed

[new component] add apache pulsar receiver support #9796

tjiuming opened this issue May 9, 2022 · 4 comments
Labels
Accepted Component New component has been sponsored Stale

Comments

@tjiuming
Copy link
Contributor

tjiuming commented May 9, 2022

The purpose and use-cases of the new component

Pulsar receiver receives logs, metrics, and traces from Pulsar.

Supported pipeline types: logs, metrics, traces

Example configuration for the component

receivers:
  pulsar:
    service_url: pulsar://localhost:6650
    topic: otlp-spans
    subscription: otlp_spans_sub
    consumer_name: otlp_spans_sub_1
    encoding: otlp_proto
    auth_name: tls
    auth_param: '{"tlsCertFile":"cert.pem","tlsKeyFile":"key.pem"}'
    insecure: false
    tls_trust_certs_file_path: ca.pem

Telemetry data types supported

Supported pipeline types: logs, metrics, traces

@dashpole dashpole added the Sponsor Needed New component seeking sponsor label May 9, 2022
@dmitryax
Copy link
Member

I can sponsor this component

@tjiuming
Copy link
Contributor Author

@dmitryax Thanks, what do I need to do ?

@codeboten codeboten added Accepted Component New component has been sponsored and removed Sponsor Needed New component seeking sponsor labels Jun 1, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2022

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

@github-actions github-actions bot added the Stale label Nov 8, 2022
@atoulme
Copy link
Contributor

atoulme commented Mar 12, 2023

Closing as completed, thanks!

@atoulme atoulme closed this as completed Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Component New component has been sponsored Stale
Projects
None yet
Development

No branches or pull requests

5 participants