kumar-csice
kumar-csice
@cer Sorry for some of my dumb question as I clearly want to understand your framework so that I can use it in my application. Queries: 3. Why customer_credit_reservation table...
@cer 2. Right now I am using only snapshot versions of zookeeper, Kafka server and CDC service. What is the current PROD version and when is the next PROD release...
> > In https://github.com/eventuate-platform/eventuate-platform-dependencies/blob/master/gradle.properties#L13 it is eventuateCdcVersion=0.15.0.BUILD-SNAPSHOT > > You mean ****BUILD-SNAPSHOT is PROD version? > > No. You need to look at a **release** of the platform. e..g for...
@cer 5. Version Column: Yes. It is part of my order and customer entity class to support optimistic locking to avoid dirty read and lost updates. So instead of version...
@cer 1. I have used `image: postgres:latest` instead of `image: eventuateio/eventuate-vanilla-postgres:0.17.0.BUILD-SNAPSHOT` and getting below error while executing below queries ``` SELECT * FROM pg_create_logical_replication_slot('eventuate_slot', 'wal2json'); SELECT * FROM pg_create_logical_replication_slot('eventuate_slot2', 'wal2json');...
@cer The issue is due to ReserveCreditCommand as instead of common service, I have created it in both services with different packages as shown below **Customer-service** com.mt.unity.customerservice.apimessaging.command.ReserveCreditCommand **order-service** com.mt.unity.orderservice.saga.apimessaging.command.ReserveCreditCommand
Here Yes..I am very anxious to see SAGA txn flow So in another workspace I have tried with same DB with same schema for both order and customer microservice. Atleast...
@cer Is this SagaManager provides features like orchestration GUI tool/service for the monitoring this eventuate orchestration flow ?