You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: