Skip to content

Commit 13cd44d

Browse files
authored
Add Kafka Streams 3.9.0 missing hints (#613)
Add the missing hints in Kafka Streams for org.apache.kafka.streams.errors.LogAndFailProcessingExceptionHandler
1 parent a3e80bf commit 13cd44d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

metadata/org.apache.kafka/kafka-streams/3.5.1/reflect-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"allDeclaredMethods": true,
2424
"allPublicConstructors": true
2525
},
26+
{
27+
"name": "org.apache.kafka.streams.errors.LogAndFailProcessingExceptionHandler",
28+
"condition": {
29+
"typeReachable": "org.apache.kafka.streams.StreamsConfig"
30+
},
31+
"allDeclaredMethods": true,
32+
"allPublicConstructors": true
33+
},
2634
{
2735
"name": "org.apache.kafka.streams.processor.FailOnInvalidTimestamp",
2836
"condition": {

0 commit comments

Comments
 (0)