Closed gfoster1 closed 4 years ago
@gfoster1 Your change in this repo looks good, but I want to request a few changes to the tutorial: https://developer.ibm.com/tutorials/use-spring-kafka-to-access-an-event-streams-service/
Create an Event Streams instance on IBM Cloud
Select Event Stream.
-> Select Event Streams.
The default settings are fine for this tutorial.
There is no default settings, user needs to choose a region and a plan from Lite,Standard,Enterprise. For this simple demo app, Lite plan seems to be a good fit. But we could point user to the doc about how to choose the plan: https://cloud.ibm.com/docs/services/EventStreams?topic=eventstreams-plan_choose Configure Spring Boot to talk to Event Streams
spring.kafka.bootstrap-servers=kafka01-prod02.messagehub.services.us-south.bluemix.net:9093
-> spring.kafka.bootstrap-servers=<kafka_brokers_sasl>
@mimaison @edoardocomar want to take another look?
Code review changes made on the tutorial as well as on the current code branch. Awaiting review for merge. :) @mimaison mimaison
Thanks @gfoster1 for the updates. There are still a few spurious changes with copyright headers. I'll be happy to merge this PR once they are fixed.
@gfoster1 Thanks for the PR! I've added a few cleanups and merged your changes