Native Images

Spring AOT 本机提示可帮助开发使用 Spring for Apache Kafka 的 Spring 应用程序的本机映像,包括为 @KafkaListener 中使用的 AVRO 生成的类的提示。

Spring AOT native hints are provided to assist in developing native images for Spring applications that use Spring for Apache Kafka, including hints for AVRO generated classes used in `@KafkaListener`s.

spring-kafka-test(特别是其 EmbeddedKafkaBroker)不支持原生镜像。

spring-kafka-test (and, specifically, its EmbeddedKafkaBroker) is not supported in native images.

spring-aot-smoke-tests GitHub repository 中可以看到一些示例。

Some examples can be seen in the spring-aot-smoke-tests GitHub repository.