GitHub user frankjkelly added a comment to the discussion: JSONSchema should works with generic (parameterized type) POJO/DTO.
We too have been hit by this issue trying to send generics ``` public class InteractionEvent<T> ``` GitHub link: https://github.com/apache/pulsar/discussions/18849#discussioncomment-4352454 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
