Ravi Raj Singh created KAFKA-6861:
-------------------------------------

             Summary: Missing ')' in Kafka Streams documentation
                 Key: KAFKA-6861
                 URL: https://issues.apache.org/jira/browse/KAFKA-6861
             Project: Kafka
          Issue Type: Bug
            Reporter: Ravi Raj Singh


Page: [https://kafka.apache.org/11/documentation/streams/tutorial]
Code snippet: 
{{KStream<String, String> source = 
builder.stream(}}{{"streams-plaintext-input"}}{{);}}
{{source.flatMapValues(value -> 
Arrays.asList(value.toLowerCase(Locale.getDefault()).split(}}{{"\\W+"}}{{)))}}
{{      }}{{.groupBy((key, value) -> value)}}
{{      }}{{.count(Materialized.<String, Long, KeyValueStore<Bytes, 
}}{{byte}}{{[]>>as(}}{{"counts-store"}}{{))}}
{{      }}{{.toStream()}}
{{      }}{{.to(}}{{"streams-wordcount-output"}}{{, 
Produced.with(Serdes.String(), Serdes.Long{color:#d04437}());{color}}}

{{Should have an additional closing parentheses after Serdes.Long.}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to