eventuate-tram-examples / eventuate-tram-examples-micronaut-customers-and-orders

Microservices, Sagas, Choreography, Eventuate Tram, Micronaut
Other
40 stars 13 forks source link

needed to rerun mysqlbinlogComposeUp to start Order/Customer Service #2

Closed cer closed 4 years ago

cer commented 4 years ago

The first time, the Order/Customer Service couldn't connect to MySQL - probably because it had not completed its initialization - and so failed. Fixed by rerunning.

cer commented 4 years ago

Also, consider increasing connection pool initialization timeout (or skip initializing it) - zero default connections?