I have multiple message types being consumed from the same Kafka topic ingress. While I can extend the message types to a 'wrapper' super class then downcast them after they are de-serialized, this does not seem like a good option. Are there any alternatives?

0

There are 0 best solutions below