Re: Gradle Build Fails when forked from Trunk

2019-05-19 Thread Martin Gainty
with regards to missing plugin classpath 'org.scoverage:gradle-scoverage:2.0.1' must be located in the following repositories: buildscript { repositories { mavenCentral() jcenter() } From: M. Manna Sent: Sunday, May 19, 2019 4:22 AM To: Kafka Users

Re: Gradle Build Fails when forked from Trunk

2019-05-19 Thread Martin Gainty
with regards to classpath 'org.scoverage:gradle-scoverage:2.0.1' From: M. Manna Sent: Sunday, May 19, 2019 4:22 AM To: Kafka Users Subject: Gradle Build Fails when forked from Trunk Hello, I am trying to run gradle build on a forked repo from trunk. It seems

Re: Gradle Build Fails when forked from Trunk

2019-05-19 Thread Martin Gainty

Re: Stream application :: State transition from PARTITIONS_REVOKED to PARTITIONS_ASSIGNED continuously

2019-05-19 Thread Nayanjyoti Deka
Forgot to add that there is no transition to RUNNING state. On Mon, May 20, 2019 at 1:10 AM Nayanjyoti Deka wrote: > Hey guys, > > We are running a stream application in our production environment. On our > latest restart, the application is consistently moving between these two > states. > >

Stream application :: State transition from PARTITIONS_REVOKED to PARTITIONS_ASSIGNED continuously

2019-05-19 Thread Nayanjyoti Deka
Hey guys, We are running a stream application in our production environment. On our latest restart, the application is consistently moving between these two states. >From our logs: grep "State transition from " application.log | jq -r '.message' | sort | uniq -c | sort -n -r 40

Re: Same key found on 2 different partitions of compacted topic (kafka-streams)

2019-05-19 Thread Nitay Kufert
In case someone will be in the same situation I was, here is some extra info regarding this situation: So, even after resting the streams application again - the same problem continued. I still had the same key which was supposed to be "compacted" on 2 different partitions. After reading more

Gradle Build Fails when forked from Trunk

2019-05-19 Thread M. Manna
Hello, I am trying to run gradle build on a forked repo from trunk. It seems like the gradle instructions provided on the Readme.md isn't working there at all. I am using gradle 5.4.1. I went into kafka base directory and ran `gradle wrapper`. I am getting the following error with stacktrace