VictorVisoki

Results 5 comments of VictorVisoki

Hey Robert, the entire application is using spring to work with Proteus, as far as I've seen there is no 1.5.5 version for spring-proteus yet. It would be difficult for...

Thanks, update: tried to run the integration test with 1.5.5 - it doesn't work. About the bigger issue, the auto reconnect after failure - I won't be able to test...

I have a k8s cluster on which the Proteus broker is one of the pods. The ip of the borker is dynamic and can be different after each restart. (it's...

About the integration test, here's what I'm doing (in Kotlin): @Testcontainers class ProteusExampleTest { companion object { @Container @JvmField val proteusBroker = TestProteus() } private class TestHelloService(private val replayMessage: String)...