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
Clarifies transaction system with much better documentation.
Fixes a potential race condition which could cause offset leaks between transactions boundaries.
Introduces lock acquisition timeouts.
Fixes a potential issue with removing records from the retry queue incorrectly, by having an inconsistency between compareTo and equals in the retry TreeMap.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Improvements
Transactional commit mode system improvements and docs (Transaction system improvements and docs #355)
Adds a very simple Dependency Injection system modeled on Dagger (Improvements/DI module #398)
Various refactorings e.g. new ProducerWrap
Dependencies
Fixes
GH generated:
What's Changed
Full Changelog: 0.5.2.2...0.5.2.3
This discussion was created from the release 0.5.2.3.
Beta Was this translation helpful? Give feedback.
All reactions