kumar-csice

Results 18 comments of kumar-csice

@lgscofield : Hello Bro, Any other solution as I don't want to make changes in the Spring Boot components .

I haven't used Eventuate Container Image for the Postgres DB instead I have installed it in my local PC or Postgres Container **Order Micro service:** docker run --name **order-postgres-container** -d...

Hi @cer, Thank you for your prompt response. So this is my understanding 1. We can't use Eventuate framework to implement SAGA with NoSQL DB 2. We can't use Eventuate...

@cer Thanks for you support. And please clarify below queries: 1. I am still not clear about eventuate tables. Do I need to create below Eventuate tables in both Customer...

@cer Thanks for your reply. **I am finding difficulties with eventuate workflow and its tables creation as I am unable to make SAGA flow working** **My Queries:** 1. Is there...

@cer Thank you for your prompt response! As you have mentioned I will execute below 5 script files in both **order-service and customer-service postgres DB** under **public** schema instead of...

@cer Usually by using spring-cloud stream we will configure our Kafka destination like customer-topic and order-topic in application.yml file . Is there any way to configure topic names instead of...

@cer 1. org.postgresql.util.PSQLException: **ERROR: relation "eventuate.saga_instance" does not exist** Position: 13 As recommended by you I Have created all the eventuate orchestrator and participants tables in both order-service and customer-service's...

> > 1. why it is again expecting **eventuate.saga_instance** schema as I have already created this table in public schema of both order & customer service DB. > > I...

@cer Thank you for the quick response. I will try and feedback you. More queries: 1. In which eventuate framework PROD (tentative date) release the eventuate framework tables are created...