Skip to content

Commit e248189

Browse files
sobychackospring-builds
authored andcommitted
GH-3787: Add native runtime hint for LogAndFailProcessingExceptionHandler
Fixes: #3787 Issue link: #3787 Signed-off-by: Soby Chacko <[email protected]> (cherry picked from commit 01fb025)
1 parent d327eac commit e248189

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: spring-kafka/src/main/java/org/springframework/kafka/aot/KafkaRuntimeHints.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ public void registerHints(RuntimeHints hints, @Nullable ClassLoader classLoader)
144144
"sun.security.provider.ConfigFile",
145145
"org.apache.kafka.streams.processor.internals.assignment.StickyTaskAssignor",
146146
"org.apache.kafka.streams.processor.internals.assignment.FallbackPriorTaskAssignor",
147-
"org.apache.kafka.streams.state.BuiltInDslStoreSuppliers$RocksDBDslStoreSuppliers",
148-
"org.apache.kafka.streams.state.BuiltInDslStoreSuppliers$InMemoryDslStoreSuppliers")
147+
"org.apache.kafka.streams.errors.LogAndFailProcessingExceptionHandler")
149148
.forEach(type -> reflectionHints.registerTypeIfPresent(classLoader, type, builder ->
150149
builder.withMembers(MemberCategory.INVOKE_PUBLIC_CONSTRUCTORS)));
151150
}

0 commit comments

Comments
 (0)