Client as of 0.10.0 are backwards compatible to older brokers. For
On 9/7/17 5:26 AM,
ha...@ebiw.com wrote:
> hi,
> This error comes because of kafka version difference. May be your
> producer or Stream program runs on different kafka version. I will
> suggest you to work with kafka v 11 for all programs
>
> On Wednesday, August 3, 2016 at 7:10:29 PM UTC+5:30, Atharva Inamdar wrote:
>
> I have recently upgraded Kafka to 0.10 from 0.9.*. Using protocol
> 0.10.0.0 my old producers and consumers work fine.
> When Using Kafka Streams, I have a simple DAG.
> srcStream->flaMap->countByKey->targetStream. The topic I'm consuming
> from does not have timestamp on messages. If I run streams
> application without writing back to Kafka topic targetStream (print
> out countByKey, instead of calling .to() ), everything works. It is
> able to read messages from srcStream topic without timestamp and
> process without issues.
>
> As soon as I write back to a Kafka topic targetStream using `.to()`
> method, I receive an
> |
> Exceptioninthread
> --
> You received this message because you are subscribed to the Google
> Groups "Confluent Platform" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
confluent-platf...@googlegroups.com