Connecting Strimzi from On-premise DC #8195
Unanswered
raghavendra-bhat-maersk
asked this question in
Q&A
Replies: 2 comments
-
Did you customise to run Kafka bootstrap on 443 ? Default external ingress port is on 9094 hence the q. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You will probably need to provide more details:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I am trying to connect to the Strimzi Kafka cluster using External Ingress from our secured on-premise datacenter.
I am able to connect to the Bootstrap and Broker ingress endpoints with port 443 using Curl, however my Kafka producer/consumer clients are not making successful connection to brokers. Getting below error:
[2023-03-06 06:16:53,076] ERROR Error when sending message to topic mytest.topic.v1 with key: 1 bytes, value: 1 bytes with error: (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)
org.apache.kafka.common.errors.TimeoutException: Topic mytest.topic.v1 not present in metadata after 60000 ms.
Could you please suggest if anything specific we need to check in our network side?
I can confirm broker ingress and port are allowed in our firewall and proxy.
Regards,
Raghav
Beta Was this translation helpful? Give feedback.
All reactions