You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sarama client allows setting the proxy dialer. Our customer has the following setup:
Kafka cluster behind a proxy;
Kerberos server also behind the same proxy.
The problem is that the Kerberos library that you use does not allow setting a dialer.
I have created an issue jcmturner/gokrb5#548, and also a pull request (I am working on unit tests, but the logic is tested with the real system). I will also prepare a pull request for your repository.
My concern is that the last commit that reached master in the Kerberos repository is from the last year. And the owner of the repository does not seem to be active in any discussions there. For example, there is an issue from your team jcmturner/gokrb5#544 that is from May, and you got no answer, as far as I know.
Did you consider to fork this repository and have it under your control? Or use any of forks? For example, there is a fork maintained by Grafana https://github.com/grafana/gokrb5. We may have a better support there.
What would you say? How could we proceed to bring required changes in?
The text was updated successfully, but these errors were encountered:
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur.
Please check if the main branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.
Description
Sarama client allows setting the proxy dialer. Our customer has the following setup:
The problem is that the Kerberos library that you use does not allow setting a dialer.
I have created an issue jcmturner/gokrb5#548, and also a pull request (I am working on unit tests, but the logic is tested with the real system). I will also prepare a pull request for your repository.
My concern is that the last commit that reached master in the Kerberos repository is from the last year. And the owner of the repository does not seem to be active in any discussions there. For example, there is an issue from your team jcmturner/gokrb5#544 that is from May, and you got no answer, as far as I know.
Did you consider to fork this repository and have it under your control? Or use any of forks? For example, there is a fork maintained by Grafana https://github.com/grafana/gokrb5. We may have a better support there.
What would you say? How could we proceed to bring required changes in?
The text was updated successfully, but these errors were encountered: