This could be an interesting competitor to Apache Kafka, which is singularly unique in this space as far as I'm aware. On another note, I find it somewhat funny that these are called "log" services, logging is probably the least interesting use case for these things I can think of. A better description in my mind would be as a distributed event processing framework, since what they are really doing is distributing di…
https://engineering.linkedin.com/distributed-systems/log-wha...
An ordered append only datastructure is rightfully called a log. The fact that text based files are called logs is just an annoying feature in common english usage.