The kafka connect docs say The Kafka Connect framework manages any changes to the Kafka input, such as > when the set of input topics changes because of a regex subscription.
But I can find no other information how to define a wildcard/regex topic subscription. I tried giving the config topic property a regex but that resulted in a error. I am working with 0.9, could it be that this is only for 0.10? In any case, I still can't find the docs for regex topics in 0.10 either. -barry
