-
-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Labels
Description
Description
Hi guys, we are trying to switch to new MSK (mskv4 with kRaft instead of zookeeper)
My project is Laravel based app and have such error:
sasl_ssl://xxxxx.amazonaws.com:9096/bootstrap: SASL authentication error: Authentication failed during authentication due to invalid credentials with SASL mechanism SCRAM-SHA-512 (after 366ms in state AUTH_REQ)
Before switching to new version all works perfectly.
Tried to reset username and simplify password to avoid super special characters (while importing secrets from secret manager to pod)
Please help me 8)
PS
tried local python script to connect kafka and it works fine, thats why I decided to write this issue here
php-rdkafka Version
6.0.5
librdkafka Version
No response
PHP Version
PHP 8.3
Operating System
Debian GNU/Linux 12 (bookworm)
Kafka Version
No response
vaLoginov