Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从同一个 Kafka 主题入口处使用了多种消息类型。虽然我可以将消息类型扩展到“包装器”超类,然后在它们被反序列化后向下转换,但这似乎不是一个好的选择。有没有其他选择?