KAFKA-13769 Fix version check in SubscriptionJoinForeignProcessorSupplier (#752) (#782)
This commit changes the version check from != to > as the process method
works correctly on both version 1 and 2. != incorrectly throws on v1
records.
Co-authored-by: Alex Sorokoumov <918393+Gerrrr@users.noreply.github.com>
想要评论请 注册 或 登录