Running the containerized solution

We are ready to run the solution in Docker containers. We have been running the solution with the IDE or command line, but now we will spin up some container and test the solution and Spring profiles as well.

Before that, let's do a quick recap of the solution:

  1. The first operation, the Tracked Hashtag Service, will persist the hashtag in the Redis database.
  2. After that, the Tracked Hashtag Service will send the newly tracked hashtag to a queue in the RabbitMQ Broker.
  3. Tweet Gathering is listening to the queue to track Tweets and trigger the event and starts by listening to the Twitter stream.
  4. Tweet Gathering ...

Get Spring 5.0 By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.