Skip to content

Build and install microcks from scratch #1273

Answered by lbroudoux
gabifericean asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @gabifericean

Thanks for trying this out! That's a good start but you're actually missing some ingredients 😉

As you're willing to work with Kafka and AsyncAPI, you need some more stuff:

  1. In webapp/src/main/resources/config/application.properties, you need to set the async-api.enabled property to true
  2. In webapp/src/main/resources/config/features.properties, you need to set the features.feature.async-api.enabled to true
  3. As you're using the regular distro, you'll also need a Kafka broker. You can use the minions/async/redpanda.sh script to launch a local Kafka container that will be bound to localhost:9092 (the default in configuration files)
  4. Then, you need to launch the Async Minion com…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@gabifericean
Comment options

@lbroudoux
Comment options

Answer selected by gabifericean
Comment options

You must be logged in to vote
1 reply
@lbroudoux
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment