[GitHub] [pulsar] tisonkun added a comment to the discussion: The pulsar client generics have an exception

2023-03-28 Thread GitBox
GitHub user tisonkun added a comment to the discussion: The pulsar client generics have an exception Another approach is to annotate the field manually: ```java @Data @NoArgsConstructor @AllArgsConstructor public static class PulsarMessage { private LocalDateTime time;

[GitHub] [pulsar] tisonkun added a comment to the discussion: The pulsar client generics have an exception

2023-03-28 Thread GitBox
GitHub user tisonkun added a comment to the discussion: The pulsar client generics have an exception Hi @livk-cloud! Cross refer to: * https://github.com/apache/pulsar/discussions/18849 * https://github.com/apache/avro/pull/356 * https://issues.apache.org/jira/browse/AVRO-2248 Quick answer: