you cannot use a k10 client with a k8 cluster. The protocol changed You CAN use a k8 client with a k10 cluster.
On Thu, Oct 6, 2016 at 12:00 PM Craig Swift <craig.sw...@returnpath.com.invalid> wrote: > We're doing some fairly intensive data transformations in the current > workers so it's not as straight forward as just reading/producing to > another topic. However, if you mean can we mirror the source topic to the > kafka 10 cluster and then update the worker to read/write to 10 - that > could be an option. I'd still like to know if any of the k10 client > consumer (old or new consumer) code can work with a k8 cluster though. > > Craig > > On Thu, Oct 6, 2016 at 12:38 PM, David Garcia <dav...@spiceworks.com> > wrote: > > > Any reason you can’t use mirror maker? > > > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27846330 > > > > -David > > > > On 10/6/16, 1:32 PM, "Craig Swift" <craig.sw...@returnpath.com.INVALID> > > wrote: > > > > Hello, > > > > We're in the process of upgrading several of our clusters to Kafka > 10. > > I > > was wondering if it's possible to use the Kafka 10 client code (old > or > > new) > > to read from a source Kafka 8 cluster and then use the new 10 > producer > > to > > write to a destination Kafka 10 cluster? I know there's a recommended > > upgrade path per the documentation but we're unfortunately not able > to > > update the source cluster quite yet. Thoughts? > > > > Craig > > > > > > >