You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking we should make: request.required.acks = -1 (needs ack from all ISR's, best durability) message.send.max = 3 (to made the tradeoff towards reliability, when the cost is possibility of dups)
I'm thinking we should make:
request.required.acks= -1 (needs ack from all ISR's, best durability)message.send.max= 3 (to made the tradeoff towards reliability, when the cost is possibility of dups)