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
Is there a straight forward way to run Kafka in SASL PLAINTEXT auth mode using Run function
// Run creates an instance of the Kafka container type
func Run(ctx context.Context, img string, opts ...testcontainers.ContainerCustomizer) (*KafkaContainer, error) {
I tried like this using some extra env vars but not sure if I'm doing it correctly ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a straight forward way to run Kafka in SASL PLAINTEXT auth mode using
Run
functionI tried like this using some extra env vars but not sure if I'm doing it correctly ?
Get errors like
Also
KAFKA_ADVERTISED_LISTENERS
are changed bystarterScriptContent
which has hardcodedPLAINTEXT
Beta Was this translation helpful? Give feedback.
All reactions