seem kafka is only send the event out.
If the kafka queue lag 1000 msg, it will instantly send out by sequence but the consumer service will instantly receive and handle the events?
if the handler needs to do some db transaction, it would have race condition?
seem kafka is only send the event out. If the kafka queue lag 1000 msg, it will instantly send out by sequence but the consumer service will instantly receive and handle the events? if the handler needs to do some db transaction, it would have race condition?