Re: Writing a POJO Schema Evolution E2E test in Java

2020-02-20 Thread Tzu-Li (Gordon) Tai
Hi Theo, This is indeed a tricky feature to test! On Thu, Feb 20, 2020 at 8:59 PM Theo Diefenthal < theo.diefent...@scoop-software.de> wrote: > Hi, > > We have a pipeline which internally uses Java POJOs and also needs to keep > some events entirely in state for some time. > > From time to

Writing a POJO Schema Evolution E2E test in Java

2020-02-20 Thread Theo Diefenthal
Hi, We have a pipeline which internally uses Java POJOs and also needs to keep some events entirely in state f or some time . >From time to time, our POJOs evolve, like attributes are added or removed. Now I wanted to write a E2E test that proves the schema migration works (Having