as many firms moving to the direction of cloud managed kafka, it'll be great to add MSK authentication.
for example an java app reads a client.properies file like below:
client.properties
security.protocol=SASL_SSL
sasl.mechanism=AWS_MSK_IAM
sasl.jaas.config=software.amazon.msk.auth.iam.IAMLoginModule required;
sasl.client.callback.handler.class=software.amazon.msk.auth.iam.IAMClientCallbackHandler
then access msk with an aws key id and secret.
would be great if we can do the same with kdb.
thanks
as many firms moving to the direction of cloud managed kafka, it'll be great to add MSK authentication.
for example an java app reads a client.properies file like below:
client.properties
security.protocol=SASL_SSL
sasl.mechanism=AWS_MSK_IAM
sasl.jaas.config=software.amazon.msk.auth.iam.IAMLoginModule required;
sasl.client.callback.handler.class=software.amazon.msk.auth.iam.IAMClientCallbackHandler
then access msk with an aws key id and secret.
would be great if we can do the same with kdb.
thanks