[GitHub] [pulsar] frankjkelly added a comment to the discussion: JSONSchema should works with generic (parameterized type) POJO/DTO.

2022-12-09 Thread GitBox
GitHub user frankjkelly added a comment to the discussion: JSONSchema should works with generic (parameterized type) POJO/DTO. Thank you - will do! GitHub link: https://github.com/apache/pulsar/discussions/18849#discussioncomment-4352462 This is an automatically sent email for

[GitHub] [pulsar] frankjkelly added a comment to the discussion: JSONSchema should works with generic (parameterized type) POJO/DTO.

2022-12-09 Thread GitBox
GitHub user frankjkelly added a comment to the discussion: JSONSchema should works with generic (parameterized type) POJO/DTO. Yes - as per @jerrypeng comment above "Parameterized/generics in Java are currently not support for schema generation in Avro. Though there is discussion and a PR to

[GitHub] [pulsar] frankjkelly added a comment to the discussion: JSONSchema should works with generic (parameterized type) POJO/DTO.

2022-12-09 Thread GitBox
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 ``` GitHub link:

[GitHub] [pulsar] frankjkelly added a comment to the discussion: JSONSchema should works with generic (parameterized type) POJO/DTO.

2022-12-09 Thread GitBox
GitHub user frankjkelly added a comment to the discussion: JSONSchema should works with generic (parameterized type) POJO/DTO. @sijie I am using 2.6.1 Client with 2.6.1 Server When I use the code as follows ``` private Producer getSignalProducer(String tenant) throws