2022-09-27 09:15:36 UTC - Nishant Hooda: How do we pass configs like `security-protocol`, `sasl-mechanism`, `sasl-jaas-config` etc. to the Kafka client being used in user-events (core.monitoring.user-events)?
For Invoker and Controller, we were able to pass these configs as args like this: `-Dwhisk.kafka.common.security-protocol=SASL_SSL -Dwhisk.kafka.common.sasl-mechanism=AWS_MSK_IAM ...` But the same args, when passed to user-events, are completely ignored. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1664270136053229?thread_ts=1664270136.053229&cid=C3TPCAQG1 ----