Class ReactiveMessagingKafkaConfig
java.lang.Object
io.quarkus.smallrye.reactivemessaging.kafka.ReactiveMessagingKafkaConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanEnables the graceful shutdown in dev and test modes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enableGracefulShutdownInDevAndTestMode
@ConfigItem(defaultValue="false") public boolean enableGracefulShutdownInDevAndTestModeEnables the graceful shutdown in dev and test modes. The graceful shutdown waits until the inflight records have been processed and the offset committed to Kafka. While this setting is highly recommended in production, in dev and test modes, it's disabled by default. This setting allows to re-enable it.
-
-
Constructor Details
-
ReactiveMessagingKafkaConfig
public ReactiveMessagingKafkaConfig()
-