Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.22 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.22 KB

go-kafka-sample

The sample about kafka, which use these libraries:

  • segmentio/kafka-go, IBM/sarama and confluent

  • kafka to wrap go-stomp

    • Simplify the way to initialize the consumer, publisher by configurations
      • Props: when you want to change the parameter of consumer or publisher, you can change the config file, and restart Kubernetes POD, do not need to change source code and re-compile.
  • core-go/mq to implement this flow, which can be considered a low code tool for message queue consumer:

    A common flow to consume a message from a message queue

Similar libraries for nodejs

We also provide these libraries to support nodejs: