You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolvesspring-projects#2359
This is sufficient for the basic Kafka smoke test.
I will issue another PR if changes are needed for the Streams and Avro versions.
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Jul 21, 2022
Resolvesspring-projects#2359
This is sufficient for the basic Kafka smoke test.
I will issue another PR if changes are needed for the Streams and Avro versions.
I have a `KafkaAvroBeanRegistrationAotProcessor` but I have omitted it from
this commit because it hasn't been tested.
Resolves#2359
This is sufficient for the basic Kafka smoke test.
* Remove duplicates; register annotations properly; remove avro from factories.
* Remove `@MessageMapping`, `@EnableKafka`.
* Fix Spring proxies.
* Add `KafkaAvroBeanRegistrationAotProcessor` to detect Avro types.
* Use `registerTypeIfPresent()` for Kafka Streams.
* Polish Avro detection.
* Polish use of MergedAnnotations.
* Kafka Avro AOT Processor polishing; no need to register for `@KafkaListener` only `GenericMessageListener`.
* Fix `BatchMessageListener` (`List<ConsumerRecord<Foo, Bar>>`).
Migrate hints from
spring-native
.The text was updated successfully, but these errors were encountered: