Skip to content

Please add MSK authentication to kdb kafka, so we can use it for amazon managed kafka #120

@qironman

Description

@qironman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions