SrikanthTati

Results 3 issues of SrikanthTati

Is there a way to get multiple .avsc files parsed? Lets say inner.avsc defines schema for a record and outer.avsc defines another record with one of the fields as `inner`....

Is there a way to increase topic partitions using rest API or CLI? Refer to my [stackover](https://stackoverflow.com/questions/36656615/dcos-mesos-kafka-command-to-increase-partition) question for more info.

I'm trying to use this lib in a Scala 2.12 project and got this error > Exception in thread "main" java.lang.NoClassDefFoundError: scala/Product$class > at com.landoop.avro.FastDataFileWriterBuilder.(FastDataFileWriterBuilder.scala:28) > at com.landoop.avro.FastDataFileWriterBuilder.(FastDataFileWriterBuilder.scala:46) > at...

enhancement