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
The below data shows how many versions of a keyed object get returned from the same topic. If no_updates were coming into the topic then the cache was correct and showed only the latest message. if the topic was updating with multiple new versions of the same keyed object being submitted within a few seconds the result would include multiples of the same keyed object.
Individual fetch requests with object keys and the count of objects returned for each key:
Actively send updates to multiple keyed objects on a log-compacted topic.
fetch the full list of messages from that topic over HTTP
Expected behavior
a consistent return of only one message per key when a topic is log-compacted or an indication of when the race condition is possible.
The text was updated successfully, but these errors were encountered:
Describe the bug
The below data shows how many versions of a keyed object get returned from the same topic. If
no_updates
were coming into the topic then the cache was correct and showed only the latest message. if the topic wasupdating
with multiple new versions of the same keyed object being submitted within a few seconds the result would include multiples of the same keyed object.Individual fetch requests with object keys and the count of objects returned for each key:
To Reproduce
Expected behavior
a consistent return of only one message per key when a topic is log-compacted or an indication of when the race condition is possible.
The text was updated successfully, but these errors were encountered: