is kafka data storing server?
as understand, in example,
a user bought item in game client.
game server store purchase log.
and game server send data kafka server through kafka producer.
kafka store these data , send via consumer server needs purchase log.
is alright?
i can't understand concept of kafka.
kafka message bus and/or queue.
producers can send data bus. consumers can subscribe specific topics in order receive messages producer sends them bus.
and understood correctly possible consumers receive old messages queue.
messages plain text – that means, have take care of serializing , deserializing them in applications or services.
Comments
Post a Comment