amient / affinity

Library and a Framework for building fast, scalable, fault-tolerant Data APIs based on Akka, Avro, ZooKeeper and Kafka
Apache License 2.0
26 stars 4 forks source link

Enable stream topics to be managed externally #280

Open michal-harish opened 5 years ago

michal-harish commented 5 years ago
  1. don't require streams to have num partitions in which case they will not be auto-created
  2. kv stores can also be configured without num.partitions in which case they will not auto-configure the topics (unlike external=true which makes them readonly)
michal-harish commented 5 years ago

setting an external topic shouldn't mean that it is readonly