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

Version 2.6.0 produces error "The request was rejected by firewall checks" on Azure EventHub/Kubernetes #1838

Open
1 task
sdg002 opened this issue Oct 15, 2024 · 0 comments

Comments

@sdg002
Copy link

sdg002 commented Oct 15, 2024

Description

I am deploying a Python solution on Azure Kubernetes. The code subscribes to a Topic in Azure EventHub. Everything worked well - till the time I switched to version 2.6.0 (released on October 10th )

How to reproduce

I have used code which is similar to the sample code on Confluent's portal.

Checklist

Please provide the following information:

  • [2.6.0 ] confluent-kafka-python and librdkafka version (confluent_kafka.version() and confluent_kafka.libversion()):
  • [ Azure Event Hub] Apache Kafka broker version:
  • Client configuration: Python 3.9 , running in Kubernetes pods, subscribing to Azure EventHub topic
  • [Linux ] Operating system:
  • [Yes] Provide client logs (with 'debug': '..' as necessary)
  • [No ] Provide broker log excerpts
  • [Not any more] Critical issue

Error logged in Kubernetes

%3|1728903963.856|FAIL|rdkafka#consumer-1| [thrd:sasl_ssl://********servicebus.windows.net:9093/bootst]: sasl_ssl://*******.servicebus.windows.net:9093/0: SASL authentication error: The request was rejected by firewall checks. (after 1ms in state AUTH_REQ)

image

What worked

I rolled back to version 2.5.3 of the confluent-kafka package

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

No branches or pull requests

1 participant