Re: Re: Problems with Functions/IO in Upgrading Pulsar from 2.7 to 2.8

2021-07-20 Thread Enrico Olivelli
I have filed a PR with an update to the Release notes for 2.8.0 https://github.com/apache/pulsar/pull/11392 Thank you all for your feedback Enrico Il giorno mar 20 lug 2021 alle ore 00:54 Neng Lu ha scritto: > Based on my local test, it's fine for String Schema. > > On 2021/07/19 18:47:49 Devin

Re: Re: Problems with Functions/IO in Upgrading Pulsar from 2.7 to 2.8

2021-07-19 Thread Neng Lu
Based on my local test, it's fine for String Schema. On 2021/07/19 18:47:49 Devin Bost wrote: > > This leads to an IncompatibleClassChangeError when you have a Function or > > a Connector that is using Schema.JSON(Pojo.class) > > I just noticed this detail. Do we have a sense of how often people