Is kafka integration available in dagster?
# ask-community
s
Is kafka integration available in dagster?
c
Hi Sathish. No native integration currently, but one thing you could try is using a dagster sensor to poll for messages on a kafka queue, kicking off runs when new messages arrive. Some other folks discussed using kafka with dagster here, in case if you're looking for additional ideas: https://discuss.dagster.io/t/2645638/Replying-here-since-I-was-searching-Slack-for-folks-doing-si
291 Views