mdedetrich commented on PR #84: URL: https://github.com/apache/incubator-pekko-connectors-kafka/pull/84#issuecomment-1629850973
> @mdedetrich see [akka/alpakka-kafka#1592](https://github.com/akka/alpakka-kafka/issues/1592) and the issue with sasl.jaas.config property Yes I know, Apache Kafka has written its own internal Config type which also gives to types for each key in the config. One of those types is `org.apache.kafka.common.config.ConfigDef.Type.PASSWORD` which is what Kafka uses to do its own masking. Have a look at https://kafka.apache.org/documentation/#consumerconfigs for more info, writing a PR now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
