saga-coordinator-java
saga-coordinator-java copied to clipboard
Saga Coordinator sample for long-lived transactions using Kafka as the event stream.
Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
Create unit and integration tests with Spring Cloud Stream and Embedded Kafka.
In order to avoid creating repository methods manually, consider refactoring the PayloadRepository to leverage the simplicity that Spring Data offers. Reference: [CrudRepository, JpaRepository, and PagingAndSortingRepository in Spring Data](https://www.baeldung.com/spring-data-repositories)