Kafka at the low end: how bad can it get?
1–10 of 144 posts
Re: Kafka at the low end: how bad can it get?
#2Re: Kafka at the low end: how bad can it get?
#3Especially for low levels of load, that doesn't require that the dispatcher and consumer are written in the same language.
Re: Kafka at the low end: how bad can it get?
#4What do people recommend? Especially for low levels of load, that doesn't require that the dispatcher and consumer are written in the same language.
Re: Kafka at the low end: how bad can it get?
#5What do people recommend? Especially for low levels of load, that doesn't require that the dispatcher and consumer are written in the same language.
RabbitMQ or AWS SQS are probably good choices.
Re: Kafka at the low end: how bad can it get?
#6What do people recommend? Especially for low levels of load, that doesn't require that the dispatcher and consumer are written in the same language.
Re: Kafka at the low end: how bad can it get?
#7What do people recommend? Especially for low levels of load, that doesn't require that the dispatcher and consumer are written in the same language.
Re: Kafka at the low end: how bad can it get?
#8What do people recommend? Especially for low levels of load, that doesn't require that the dispatcher and consumer are written in the same language.
Re: Kafka at the low end: how bad can it get?
#9What do people recommend? Especially for low levels of load, that doesn't require that the dispatcher and consumer are written in the same language.
For hosted, SQS or Google Cloud Tasks. Google's approach is push-based (as opposed to pull-based) and is far and above easier to use than any other queueing system.
Re: Kafka at the low end: how bad can it get?
#10What do people recommend? Especially for low levels of load, that doesn't require that the dispatcher and consumer are written in the same language.
NATS https://docs.nats.io/nats-concepts/overview/compare-nats
RabbitMQ is good for 1 producer -> 1 consumer with ack/nack
Right?