Skip to content

Commit

Permalink
Adding Kafka Streams 3.7.0 missing hints
Browse files Browse the repository at this point in the history
* Adding a few missing hints in Kafka Streams version 3.7.0

  - Missing hints for BuiltInDslStoreSuppliers$RocksDBDslStoreSuppliers
  - Missing hints for BuiltInDslStoreSuppliers$InMemoryDslStoreSuppliers
  • Loading branch information
sobychacko committed Mar 20, 2024
1 parent f0fd7d4 commit 0d4a208
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions metadata/org.apache.kafka/kafka-streams/3.5.1/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,19 @@
"allDeclaredMethods": true,
"allPublicConstructors": true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name": "org.apache.kafka.streams.state.BuiltInDslStoreSuppliers$InMemoryDslStoreSuppliers",
"condition": {
"typeReachable": "org.apache.kafka.streams.kstream.internals.AbstractConfigurableStoreFactory"
},
"allPublicConstructors": true
},
{
"name": "org.apache.kafka.streams.state.BuiltInDslStoreSuppliers$RocksDBDslStoreSuppliers",
"condition": {
"typeReachable": "org.apache.kafka.streams.kstream.internals.AbstractConfigurableStoreFactory"
},
"allPublicConstructors": true
}
]

0 comments on commit 0d4a208

Please sign in to comment.