Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: implement InMemoryLogStorage.append
This method was newly added to LogStorage to support appends of unserialized application data. The implementation of the test class ListLogStorage seemed like a reasonable solution for zeebe-process-test. It simply writes the contents of the writer into a buffer and appends it as usual. See: https://github.com/camunda/zeebe/blob/4dd1025f3f3ba86b5aec10d380b9db8550ed0967/logstreams/src/test/java/io/camunda/zeebe/logstreams/util/ListLogStorage.java#L77-L79
- Loading branch information