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
The kafka is a shared kafka and I just only want to connect in it with a specific tenant id as i have to separate the kafka database with the tenant id (When a another server will connect then i have some producer that will auto-insert into it with the particular tenant id which i defined).
And have to apply some acl for security as well.
The text was updated successfully, but these errors were encountered:
Same issue against an AWS MSK setup. Network access is set up, and getting the same error even with assuming a role that has full access to the AWS account. The error message is not very useful unfortunately
Hey @Mongey,
I was getting error with my tf file that Error: kafka: client has run out of available brokers to talk to: EOF
Here is tf file
Requirement:
The kafka is a shared kafka and I just only want to connect in it with a specific tenant id as i have to separate the kafka database with the tenant id (When a another server will connect then i have some producer that will auto-insert into it with the particular tenant id which i defined).
And have to apply some acl for security as well.
The text was updated successfully, but these errors were encountered: