can you explain how event driven is getting out of sync?
my understanding is that you pipe data change events right into queue, after each and every change, so in theory your application should reflect all changes in near real-time.
it will only go out of sync if your kafka consumers lag behind producers really really bad, and cannot process what is being produced fast enough
my understanding is that you pipe data change events right into queue, after each and every change, so in theory your application should reflect all changes in near real-time.
it will only go out of sync if your kafka consumers lag behind producers really really bad, and cannot process what is being produced fast enough