Hello Flyte community, I have a question related t...
# flyte-support
b
Hello Flyte community, I have a question related to cloud events. There is an integration with Kafka, and what I found so far is that you can configure: - Brokers - Topic name - Events types - Kafka Version As I can see almost default config is used here: https://github.com/flyteorg/flyteadmin/blob/master/pkg/async/cloudevent/factory.go#L65-L67 Is there a way to configure Kafka authentication method? Maybe there are hidden ways to do that, for example using env variables? Sorry, I'm not very familiar with Sarama library which is used for the integration.
๐Ÿ‘‹ 1
t
cc: @glamorous-carpet-83516
g
The default sender doesnโ€™t have any authentication now. we can add some config for credential in here, and update the sender based on the config. Which Authentication Methods you are using? we can add those config you need to admin first.
b
Thanks @glamorous-carpet-83516 for a quick reply! Currently we use SASL_PLAIN, I think sasl_mechanism can be configurable. That would be really nice to have this configuration possibility!
๐Ÿ‘ 1
@glamorous-carpet-83516 do you have maybe a ticket number for implementation tracking?
t
Kevin's currently out of office; he'll back after a couple of days. @high-accountant-32689, is there an issue?
h
๐Ÿ‘ 1
b
Hello @high-accountant-32689 @glamorous-carpet-83516 is there any ETA for implementing this ticket? My team is waiting for this feature to be implemented.
@high-accountant-32689 @glamorous-carpet-83516 kindly nudging ๐Ÿ™‚
h
@boundless-exabyte-21780, sorry for the delay. The team is heads down busy with higher pri features. That said, contributions are welcome, especially if you already have an environment to test / iterate on this feature. ๐Ÿ™‚
157 Views