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

Using a kerberos secured Kafka as buffer between Jaeger and Elasticsearch #1188

Closed
awiradarma opened this issue Nov 15, 2018 · 1 comment · Fixed by #1589
Closed

Using a kerberos secured Kafka as buffer between Jaeger and Elasticsearch #1188

awiradarma opened this issue Nov 15, 2018 · 1 comment · Fixed by #1589

Comments

@awiradarma
Copy link

Requirement - what kind of business use case are you trying to solve?

We want to store our jaeger spans in ElasticSearch, but we want to use Kafka as a buffer in between jaeger collector and our ES cluster. We would still want the Jaeger UI to query against our ES cluster. Our production Kafka clusters are Kerberos secured.

Problem - what in Jaeger blocks you from solving the requirement?

Jaeger does not provide a mechanism to connect to a Kerberos secured Kafka cluster.

Proposal - what do you suggest to solve the problem or improve the existing situation?

Any open questions to address

@yurishkuro
Copy link
Member

Don't know about Kerberos specifically, but sarama driver does expose the TLS configuration

https://sourcegraph.com/github.com/Shopify/sarama/-/blob/config.go#L42

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

Successfully merging a pull request may close this issue.

2 participants