Ivan Franchin

Results 19 comments of Ivan Franchin

Thanks @OlegDokuka It works! So, I needed to do the following config ``` SocketAcceptor socketAcceptor = RSocketMessageHandler.responder(rSocketStrategies, movieClientUiController); RetryBackoffSpec retryBackoffSpec = Retry.fixedDelay(120, Duration.ofSeconds(1)); RSocketRequester rSocketRequester = rSocketRequesterBuilder .setupRoute("client.registration") .setupData(clientId) .rsocketStrategies(rSocketStrategies)...

After building locally a new docker image for the version 21.1.1 (using the proposed changes), I was unable to run the cluster using MySQL. I didn't try other databases.

Hi @alejandroalffer I have taken the time to review your proposal. However, it seems to deviate slightly from my initial vision for this project and the Docker image. My aim...

I am facing the same in this project, [springboot-kafka-connect-jdbc-streams](https://github.com/ivangfr/springboot-kafka-connect-jdbc-streams) A log from one of the sink-connector: ``` org.apache.kafka.connect.errors.ConnectException: Exiting WorkerSinkTask due to unrecoverable exception. at org.apache.kafka.connect.runtime.WorkerSinkTask.deliverMessages(WorkerSinkTask.java:618) at org.apache.kafka.connect.runtime.WorkerSinkTask.poll(WorkerSinkTask.java:336) at org.apache.kafka.connect.runtime.WorkerSinkTask.iteration(WorkerSinkTask.java:237)...

Hi @BoProc I do not know as I am Mac user. One alternative is to set the `server.port`, in the `application.properties` file, ``` server.port=9080 ``` Then you run ``` mvnw.cmd...

That is nice, it has worked on your side. About building and uploading a Docker image of simple-service app, I believe there won't be many users interested in it.

Hi @robozb @notchuks , I wanted to express my gratitude for the opportunity to create and share this project with all of you. It makes me really happy to know...

Hi @graemerocher, sorry for the late response. More information about this issue from my side... Using **micronaut launch** and setting `elasticsearch`, `graalvm` and `micrometer-prometheus` ([link](https://micronaut.io/launch?type=DEFAULT&name=demo&package=com.example&javaVersion=JDK_17&lang=JAVA&build=MAVEN&test=JUNIT&features=elasticsearch&features=micrometer-prometheus&features=graalvm&version=3.5.3&activity=preview&showing=/pom.xml)) it's generating a `pom.xml` with...

After upgrading to `micronaut` to `3.7.4` and the `org.apache.logging.log4j` dependencies, `log4j-api` and `log4j-core`, to `2.19.0`, the issue described above disappeared.