-
Notifications
You must be signed in to change notification settings - Fork 106
Log service #11
Comments
I am very interested in the abstraction because I would like to support NATS instead of Kafka. |
NATS looks interesting, the NATS streaming service looks it could work. However one thing i've seen is that Publishing a message doesn't return its sequence number in the Log. This is problematic as the writers to the log in the API tier need to know the sequence / log index number writes ended up at, for example, transactions are identified by their log seq #. |
Facebook's LogDevice looks like it'd be a good fit for the log service. |
@superfell Also the GO team are making a Enterprise framework and PUBSUB is in it. |
AH its does not support ACK and NACK. |
Its good its in the protocol, its unfortunate that its not reflected in the go api i looked at |
There should be a server implementation of the logspec service. Beam was moving from using Kafka to using this abstract log service definition for its log. The Kafka client needs some work for production usage.
The text was updated successfully, but these errors were encountered: