Closed nikhileshva closed 4 years ago
I do not think the messahes anotu the quota etc. are related to sending a message. Have you deleted the KafkaUser resource after you tried it? If not, it will still exist and be periodically reconciled.
As for the topic: How did you created the topic? Can you also share how are you trying to send the message to the topic? How do you connect etc.?
@nikhileshva Did you managed to resolve this? Can we close the issue?
Yes, we can close it. Thanks.
So, I've configured the Strimzi Kafka external listeners as type nodeport. The connection test is successful. However, when a message to pushed to the topic, Kafka always returns with this -
Topic MyTopic not present in metadata after 60000 ms.
, or sometimes this -Expiring 1 record(s) for MyTopic-0:120026 ms has passed since batch creation
Here are the configs:
There's no authentication or authorization involved for now. However, I did try using scram-sha-512 with a KafkaUser. And whenever a message was sent to Kafka, I could see this in logs:
And the topic I created in cli (with no user/acls) - assuming anyone can push to those topics.
I'm really not sure where something went wrong while configuring.