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

Kafkajs socket factory support or proxy config in a fresh usage #183

Open
Sivanathan2903 opened this issue Nov 22, 2024 · 1 comment
Open
Labels
question A question is asked

Comments

@Sivanathan2903
Copy link

We use a corporate proxy to hit the confluent kafka from the kubernetes hosted application. To amend the proxy in the kafkajs used application, socketFactory has been used as per this documentation - https://kafka.js.org/docs/configuration#custom-socket-factory.

I see the confluent kafka javascript support says that the socket factory is no longed supported. Is there any aleternative provided for amending the proxy details to make the kafka call go through for kafkajs migration or for the fresh usage?

Looking for an advise on this. Any help would be much appreciated, thanks!

@milindl
Copy link
Contributor

milindl commented Dec 6, 2024

Hey - at the moment, this isn't supported. There are no plans in the near future to add a workaround for this. There are some suggestions here about how to work around similar issues but it requires changing some broker-side configurations.

@milindl milindl added the question A question is asked label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A question is asked
Projects
None yet
Development

No branches or pull requests

2 participants