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
I don't think there is any reason why BinlogEntryHandler should know about cdcDataPublisher, which is a class.
It would simplify tests if it just took an interface, such as Function<EVENT, CompletableFuture...>
The text was updated successfully, but these errors were encountered:
cer
changed the title
BinlogEntryHandler: cdcDataPublisher should be replaced with Consumer<Event>
BinlogEntryHandler: cdcDataPublisher should be replaced with Function<EVENT, CompletableFuture...>
Nov 12, 2020
I don't think there is any reason why BinlogEntryHandler should know about cdcDataPublisher, which is a class.
It would simplify tests if it just took an interface, such as Function<EVENT, CompletableFuture...>
eventuate-cdc/eventuate-local-java-cdc-connector-common/src/main/java/io/eventuate/local/common/BinlogEntryHandler.java
Line 14 in 367f72f
The text was updated successfully, but these errors were encountered: