|
|
|
|
|
by no_wizard
1004 days ago
|
|
Seems like a lot of what I read about Kafka really makes it sound like using it is quite, well, Kafkaesque Why do so many engineers end up having such a struggle with an event sourcing system, yet the system itself remains highly popular I don’t know. I theorize the following: - Its flexible enough to do things like receive events (messages) and sending downstream events from those received - it can ingest events fast. A well tuned instance is very fast and can handle a lot of volume - it often allows a middleware log point (or other work types) for things happening throughout your whole system Perhaps all of these things (and more) are hard to attain using a different technology |
|