Skip to content
Snippets Groups Projects
  • Seok Won's avatar
    cfd8d2f8
    Create Slack Kafka Producer · cfd8d2f8
    Seok Won authored
    this producer reads all messages from "#general", in every 5 seconds (this will cause ratelimited)
    
    and if messages contain a word "bug", it will automatically sends "USERNAME" and "MESSAGE" to Kafka consumer.
    
    And the consumer will leave a message in "#kafka" channel saying "USER found a bug ..."
    cfd8d2f8
    History
    Create Slack Kafka Producer
    Seok Won authored
    this producer reads all messages from "#general", in every 5 seconds (this will cause ratelimited)
    
    and if messages contain a word "bug", it will automatically sends "USERNAME" and "MESSAGE" to Kafka consumer.
    
    And the consumer will leave a message in "#kafka" channel saying "USER found a bug ..."