Incorporated review comments on the pull request.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user