Skip to content

How to use Narayana-lra server with GenericContainer? #5107

Answered by kiview
GregJohnStewart asked this question in Q&A
Discussion options

You must be logged in to vote

Given the sparse docs, you can try with the following GenericContainer (not tested):

new GenericContainer<>("jbosstm/lra-coordinator")
  .withExposedPort(8080)
  .waitingFor(Wait.forLogMessage(".*started in.*\\s", 1))

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kiview
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #5051 on February 22, 2022 09:24.