Incorporated review comments on the pull request.

This commit is contained in:
CHANDRAKANT Kumar
2020-08-14 12:46:33 +05:30
parent 95b8f5d070
commit 925c5655b7
3 changed files with 5 additions and 9 deletions
@@ -81,7 +81,7 @@ public class Controller {
return Flux.fromIterable(getThreads());
}
@GetMapping("/thareds/reactor-kafka")
@GetMapping("/threads/reactor-kafka")
public Flux<String> getIndexKafka() {
Map<String, Object> producerProps = new HashMap<>();
producerProps.put(ProducerConfig.BOOTSTRAP_SERVERS_CONFIG, "localhost:9092");