Sourav Gulati

Results 2 issues of Sourav Gulati

Hi Team, We are running kafka connect in standalone mode. We are reading from Kafka and writing to Hdfs. But it is not saving offsets. When I looked at logs...

Hi, Can envelope run nested loops ? For Example how to implement following logic in envelope, for (String str:values) { for(String str1:values2){ somestep(str1,str) { }