onyx-kafka icon indicating copy to clipboard operation
onyx-kafka copied to clipboard

:kafka/commit-interval deprecated in or before 0.14.5.0?

Open Quezion opened this issue 5 years ago • 0 comments

Based on https://github.com/onyx-platform/onyx-kafka/blob/b092ad0e96bd52bb38e9b447834d78c072a0fb47/src/onyx/kafka/information_model.cljc , it should be valid to pass :kafka/commit-interval as a kafka-opt to the plugin.

Actually passing this results in a Schema validation error (I don't recall the exact, but something akin to "key not in namespace :onyx OR :kafka".

I expect that either: A) The information model should be updated with "deprecated" for this field B) This option is supposed to be valid but is missing from the Schema

Quezion avatar Jul 30 '19 16:07 Quezion