From Kafka to ZeroMQ for real-time log aggregation
tomasz.janczuk.org
From Kafka to ZeroMQ for real-time log aggregation
1–10 of 110 posts
Re: From Kafka to ZeroMQ for real-time log aggregation
#2Re: From Kafka to ZeroMQ for real-time log aggregation
#3But if the Auth0 runs their entire operations on AWS, maybe Kinesis would have been a more natural transition.
Re: From Kafka to ZeroMQ for real-time log aggregation
#4FWIW, you can get Kafka packaged as a fully managed and HA service from https://aiven.io on AWS and also Azure, GCE and DigitalOcean. But if the Auth0 runs their entire operations on AWS, maybe Kinesis would have been a more natural transition.
Re: From Kafka to ZeroMQ for real-time log aggregation
#5Re: From Kafka to ZeroMQ for real-time log aggregation
#6Re: From Kafka to ZeroMQ for real-time log aggregation
#7Now about Kafka vs ZeroMQ: you want Kafka if you cannot tolerate the loss of even a single message. The append-only log with committed reader positions is a perfect fit for that.
Re: From Kafka to ZeroMQ for real-time log aggregation
#8FWIW, you can get Kafka packaged as a fully managed and HA service from https://aiven.io on AWS and also Azure, GCE and DigitalOcean. But if the Auth0 runs their entire operations on AWS, maybe Kinesis would have been a more natural transition.
We need an on-premise and cloud story, so cloud only solutions did not cut it for us.
Re: From Kafka to ZeroMQ for real-time log aggregation
#9FWIW, you can get Kafka packaged as a fully managed and HA service from https://aiven.io on AWS and also Azure, GCE and DigitalOcean. But if the Auth0 runs their entire operations on AWS, maybe Kinesis would have been a more natural transition.
We need an on-premise and cloud story, so cloud only solutions did not cut it for us.
To anyone reading this with Kafka experience, do you have any tips/advice when it comes to maintaining a Kafka service?
Re: From Kafka to ZeroMQ for real-time log aggregation
#10You can deploy Kafka using DC/IO and it takes care about HA for you. DC/IO is quickly becoming the go-to solution for database deployments. ArangoDB even recommends it as default. Now about Kafka vs ZeroMQ: you want Kafka if you cannot tolerate the loss of even a single message. The append-only log with committed reader positions is a perfect fit for that.
From what I can see it doesn't really support database deployments except for ArangoDB and Cassandra.