llowinge opened a new issue, #3927: URL: https://github.com/apache/camel-quarkus/issues/3927
If the clustering wouldn't work, than it could happen that the [test](https://github.com/apache/camel-quarkus/blob/main/integration-tests/master/src/test/java/org/apache/camel/quarkus/component/master/it/MasterTest.java#L37) would write `follower` because both would write to that file all the time and it would be just about when the `follower` is catched by the `readLeaderFile`. I'm suggesting improvement in a way that both routes would write to different files. And we check the `follower` file is empty and after we kill the leader, checking the file is not empty. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
