/game-of-streams-aircraft-edition

Game of Streams meta repo for imperative AND reactive source/processor/sink microservices

Primary LanguageJava

Game of Streams: Aircraft Edition

Maintainer

Purpose

This meta-repo accompanies my session titled "Game of Streams: How to tame & get the most from your messaging platforms" and includes all code written within the session and potentially more (depending upon how much I could cover before time ran out!). This is the updated "aircraft edition" with the latest/greatest developments within Spring Cloud Stream, RabbitMQ, Kafka, and more.

Star+watch this repo for updates!

Notes

  1. I’ve disabled security on all Actuator endpoints for this demonstration. PLEASE DO NOT DO THIS FOR YOUR PRODUCTION APPS! This is for ease of demonstration only.

  2. To browse all Actuator endpoints available, verify upon which port Tomcat started for your application (as listed in startup status information from the command line or your IDE, note that this changes with each restart due to the "server.port=0" setting in application.properties) and substitute that port number below in a browser window tab: http://localhost:<insert_your_app_port_number_here>/actuator

  3. To view Spring Cloud Stream and RabbitMQ/Kafka/<other_supported_messaging_platform> details, visit this URL (or navigate to its link from the above displayed page of all Actuator endpoints): http://localhost:<insert_your_app_port_number_here>/actuator/bindings