OutOfMemoryError when restart my Kafka Streams appplication

2019-04-15 Thread Kun Song
Hi community, I have encountered a Kafka Streams problem recently, and I have post it on stackoverflow[1], could anyone help me with this? Thanks you in advance :) [1] https://stackoverflow.com/questions/55690662/outofmemoryerror-when-restart-my-kafka-streams-appplication

Re: Can not compile kafka

2019-11-24 Thread Kun Song
There's a PR[1] which will enable gradle 6.0.1 to work with Kafka, hope it will be merged soon. 1. https://github.com/apache/kafka/pull/7677 On Thu, Nov 14, 2019 at 7:14 PM Miguel Silvestre wrote: > Hi, > > Thank you! That worked. I used gradle 5.6.4 and it worked, just out of the > box. > Let