-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Fill sequence number gaps via message from producer (#1076)
* feat: Fill sequence number gaps via message from producer * bump: Akka 2.9.1-M1 * mima filter --------- Co-authored-by: Johan Andrén <[email protected]>
- Loading branch information
1 parent
1653cda
commit 7dc0bd9
Showing
5 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
...on-grpc/src/main/mima-filters/1.5.0.backwards.excludes/fill_sequence_number_gaps.excludes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# adding fill_sequence_number_gaps to ConsumerEventInit | ||
ProblemFilters.exclude[Problem]("akka.projection.grpc.internal.proto.*") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters