mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-14 21:27:07 +00:00
30 lines
2.1 KiB
Markdown
30 lines
2.1 KiB
Markdown
# Message Queue in Kubernetes. Event-driven messaging. Real Time Data Streaming
|
|
- [Wikipedia: Event-driven messaging](https://en.wikipedia.org/wiki/Event-driven_messaging)
|
|
- [Wikipedia: Streaming Data](https://en.wikipedia.org/wiki/Streaming_data)
|
|
|
|
## KubeMQ
|
|
- [KubeMQ.io: Kubernetes Native Message Queue Broker](https://kubemq.io/)
|
|
- [devops.com: Best of 2019: Implementing Message Queue in Kubernetes](https://devops.com/implementing-message-queue-in-kubernetes/)
|
|
- [kubemq.io: Kafka VS KubeMQ](https://kubemq.io/kafka-vs-kubemq/)
|
|
|
|
## Kakfa
|
|
- [developers.redhat.com: how easy to deploy and configure a Kafka Connect on Kubernetes through strimziio operator and use secrets](https://developers.redhat.com/blog/2020/02/14/using-secrets-in-apache-kafka-connect-configuration/)
|
|
- [developers.redhat.com: Using secrets in Kafka Connect configuration](https://developers.redhat.com/blog/2020/02/14/using-secrets-in-apache-kafka-connect-configuration/)
|
|
|
|
### Banzai Cloud Supertubes (Cloud Native Kafka implementation)
|
|
- [Banzai Cloud](https://banzaicloud.com/)
|
|
- [Banzai Kafka Operator](https://github.com/banzaicloud/kafka-operator)
|
|
- [The benefits of integrating Apache Kafka with Istio](https://banzaicloud.com/blog/kafka-on-istio-benefits/)
|
|
|
|
## Red Hat AMQ
|
|
- [Red Hat AMQ](https://www.redhat.com/en/technologies/jboss-middleware/amq)
|
|
- [Red Hat AMQ streams: Simplify Apache Kafka on Red Hat OpenShift](https://www.redhat.com/en/resources/amq-streams-datasheet)
|
|
|
|
## RabbitMQ
|
|
- [K8s prevent queue worker Pod from being killed during deployment](https://itnext.io/k8s-prevent-queue-worker-pod-from-being-killed-during-deployment-4252ea7c13f6) How to prevent a Kubernetes (like RabbitMQ) queue worker Pod from being killed during deployment while handling a message?
|
|
|
|
## Related
|
|
- [Debezium](https://debezium.io/) Stream changes from your database
|
|
- [Red Hat Integration service registry](https://developers.redhat.com/blog/2019/12/16/getting-started-with-red-hat-integration-service-registry/)
|
|
- [**Apicurio** Registry](https://github.com/apicurio/apicurio-registry) An API/Schema registry - stores APIs and Schemas.
|