Use unused field in LogEntryDescriptor for non-processed marker #11504
Closed
Labels
component/stream-platform
kind/toil
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
version:8.2.0-alpha4
Marks an issue as being completely or in parts released in 8.2.0-alpha4
version:8.2.0
Marks an issue as being completely or in parts released in 8.2.0
Description
Part of #11416
In order to implement batch processing with batch size limit handling we need to make sure that we can somehow mark records as processed and non-processed. For that we can use an unused field in the LogEntryDescriptor https://github.com/camunda/zeebe/blob/main/logstreams/src/main/java/io/camunda/zeebe/logstreams/impl/log/LogEntryDescriptor.java#L94
See related POC #11469
AT:
The text was updated successfully, but these errors were encountered: