Working on a bunch of containers with docker-compose: 5 kafka broker and 3 ksqlDB Stream. Unfortunalely all the KsqlDB server status are DEGRADED and I have the following message after every command:
WARNING: The server has encountered an incompatible entry in its log and cannot process further DDL statements. This is most likely due to the service being rolled back to an earlier version.
I'm not anymore able to create a table or delete one. Note that I didn't upgrade or downgrade anything.
All my researches on the subject are vains, can't see the same error message anywhere