cancel
Showing results for 
Search instead for 
Did you mean: 
chenhai
Mission Specialist
Mission Specialist
  • 106 Views

Correction to Code Snippet on Page 21

hi he page 21, code snippet is wrong, StreamsConfig config = new StreamsConfig(settings); should use variable "props", not "settings"
Properties props = new Properties();
props.put(StreamsConfig.APPLICATION_ID_CONFIG, "your-application");
props.put(StreamsConfig.BOOTSTRAP_SERVERS_CONFIG, "kafka-server-host:kafka-server-port");
StreamsConfig config = new StreamsConfig(settings); 1
StreamsBuilder builder = new StreamsBuilder(); 2

Labels (1)
1 Reply
Chetan_Tiwary_
Community Manager
Community Manager
  • 103 Views

@chenhai I dont have a pdf to look, could you please help me with the chapter and section number or the lab / guided exercise name so that I can check this ?

0 Kudos
Join the discussion
You must log in to join this conversation.