FundingCircle / jackdaw

A Clojure library for the Apache Kafka distributed streaming platform.
https://fundingcircle.github.io/jackdaw/
BSD 3-Clause "New" or "Revised" License
369 stars 80 forks source link

Topology needs to be configured with string keys, which is different from other entities #268

Open madstap opened 4 years ago

madstap commented 4 years ago

Motivation

Configuring the topology should be consistent with how consumers/producers/etc are configured, namely clojure keywords are translated to strings before being passed to the underlying java objects.

PR: #253