The sample about rabbit-mq, which use these libraries:
-
core-go/pubsub to wrap go/pubsub
- 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.
- Simplify the way to initialize the consumer, publisher by configurations
-
core-go/mq to implement this flow, which can be considered a low code tool for message queue consumer
We also provide these libraries to support nodejs:
- google-pubsub, to wrap and simplify @google-cloud/pubsub, combine with mq-one for nodejs. Example is at pubsub-sample