[
https://issues.apache.org/jira/browse/KAFKA-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16657828#comment-16657828
]
Joan Goyeau commented on KAFKA-7521:
------------------------------------
[~mjsax] it's been fixed via https://github.com/apache/kafka/pull/5539
> [kafka-streams-scala_2.11] Foreach results in StackOverflowError
> ----------------------------------------------------------------
>
> Key: KAFKA-7521
> URL: https://issues.apache.org/jira/browse/KAFKA-7521
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Affects Versions: 2.0.0
> Reporter: Bogdan Iordache
> Priority: Critical
>
> The following piece of code derived from the kafka-streams/scala examples
> reproduces the error:
> val textLines: KStream[String, String] = builder.stream[String,
> String]("streams-plaintext-input")
> textLines.foreach((_, _) => {})
>
> Note: the error doesn't reproduce with kafka-streams-scala_2.12.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)