Hacker News new | ask | show | jobs
by cmason 1910 days ago
What do you use instead?
3 comments

Cheap managed cloud services, like AWS SQS and Azure Storage Queue (I usually want some kind of persistence for my queues).
Pub/Sub Lite is a cheap managed cloud service on GCP: https://cloud.google.com/pubsub/lite/docs

With a Kafka compatibility shim: https://github.com/googleapis/java-pubsublite-kafka

Disclaimer: I work for GCP.

Confluent Cloud Basic/Standard is a cheap managed Kafka. If the objection is to the deployment and not Kafka clients.
We might have different definitions of cheap.
GCP offers Pub/Sub Lite, an inexpensive messaging product with Kafka-compatible client libraries.

https://cloud.google.com/pubsub/lite/docs https://github.com/googleapis/java-pubsublite-kafka

Disclaimer: I work on this product.

Nats
What kind if projects so you work om? I am genuinely curious about use cases. Feel free to obfuscate.
E-commerce

In the process of splitting up everything in modules.

( Microservices would be Overkill)