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
When constructing consumers, producers, or any other jackdaw kafka client with a configuration map that requires an integer value for some key, Kafka will throw an exception if it's represented with a java.lang.Long, which of course is the default for Clojure numbers.
It would be really nice if jackdaw would watch out for this and automatically convert things to integers to allow reading the config from e.g. edn without needing to perform a lot of transformations on it manually.
The text was updated successfully, but these errors were encountered:
When constructing consumers, producers, or any other jackdaw kafka client with a configuration map that requires an integer value for some key, Kafka will throw an exception if it's represented with a java.lang.Long, which of course is the default for Clojure numbers.
It would be really nice if jackdaw would watch out for this and automatically convert things to integers to allow reading the config from e.g. edn without needing to perform a lot of transformations on it manually.
The text was updated successfully, but these errors were encountered: