'No Authorizer is configured' error when adding ACL (listing ACL is OK)

2023-08-30 Thread charlie vuillemez
Hi all, Maybe a bug... but I'm facing an issue when trying to add a Kafka ACL (Kafka is confluent version 7.5.0-ccs). First, I can list ACLs (so that's why I think my client and broker configuration is ok). Result is empty, cause I have no ACLs: $ kafka-acls --bootstrap-server broker01:9093 --c

Re: 'No Authorizer is configured' error when adding ACL (listing ACL is OK)

2023-08-30 Thread charlie vuillemez
Ok I get it: SASL must be enabled on controllers listener too. Not only the brokers. ACL works perfectly now. Seems to be a lack of documentation (?) Le mer. 30 août 2023 à 11:10, charlie vuillemez a écrit : > Hi all, > > Maybe a bug... but I'm facing an issue when trying to add a Kafka ACL > (

Re: Need solutions for consuming Kafka messages in browser

2023-08-30 Thread Josep Prat
Hi Florin, A colleague of mine wrote this piece[1] inspired by your question. Let me know if this answers your question. [1]: https://ftisiot.net/posts/kafka-consume-http/ Best, On Wed, Aug 30, 2023 at 9:00 AM Spico Florin wrote: > Hello! > > I'm looking for opensource solutions for consumin