Same output topic for table and stream

I’m trying to output the same formatted protobuf data to one output topic from two queries.

One is a stream-stream join and the other is a stream-stream-stream join + group by table.

Their outputs are same by columns and their types but I get error 409 schema being registerted is being incompatible.

Is there a solution to this? there’s absolutely no reason to have two topics for this data.

I think I know why the problem exists but not how to solve it. See the other topic

What’s the data? Can you give an example?

Streams and Tables are fundamentally different semantic types of data, so trying to store both in the same topic doesn’t sound like an obvious thing to do. As you’ve seen from the other topic you reference the data gets stored differently because of key attributes etc.

This topic was automatically closed after 30 days. New replies are no longer allowed.