Chris Richardson
Chris Richardson
> Also, on what basis does the recieved_messages table get purged/wiped? I can see that hogging up a lot of storage? I'm just curious but I'm sure it does clean...
```java public interface CommandProducer { String sendNotification(String channel, Command command, Map headers); } ```
Thanks. Let me review. Please feel free to email directly too.
AFAIK a flux is a kind of publisher. Not sure if you need to change the type.
I believe that places in the code such as https://github.com/eventuate-tram/eventuate-tram-core/blob/203cede7b6e807efcf6c5e73a12e6d5062a1f754/eventuate-tram-reactive-commands/src/main/java/io/eventuate/tram/reactive/commands/consumer/ReactiveCommandHandlersBuilder.java#L49 need to allow Publisher to contain multiple messages - not just 0 or 1.
Hi, Sorry we didn't properly follow up on this issue. I haven't yet finished my first cup of coffee so my brain is a bit fuzzy. My current understanding is...
Fixed by https://github.com/eventuate-foundation/eventuate-common/commit/848adc101d4fe8bc9b2261104bb55ab166523f5f
> I see this was already fixed in commons-jdbc, but there is no new stable version released with the fix included. Any plans when this would be available? Thanks for...
Sorry about this. Please could you provide more information such as any errors in the docker container logs. Also, what is the value of DOCKER_HOST_IP? It should not be localhost...
I prefer to run the CDC service separately but you can use the embedded version if you want.