You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fix][client] Fix producer publishing getting stuck after message with incompatible schema is discarded (apache#24282)
Fixesapache#24262
Main Issue: apache#24262
The issue is a regression of apache#24178. The flow of the issue occurring is as follows
- Publish msg 1, which has an incompatible schema
- Publish msg 2, which has an incompatible schema
- The first message's schema failed to register because it is incompatible
- The message was discarded.
- Issue: it did not trigger a schema registration of the following messages
Fix the issue
(cherry picked from commit df2c619)
(cherry picked from commit 5496d92)
0 commit comments