Tom Tucker
Tom Tucker
@morrone, @narategithub let's get a bit more specific: ### Requirements - Support a single plugin with multiple configurations - Support existing plugins that do not support multiple configurations - Make...
@narategithub please add @bschwal or someone else who has access to uGNI as a reviewer to test this.
@narategithub Let's confirm that this will never see the light of day and then just close it.
This would be resolved by the multi-configuration plugin support. As a reminder, what is proposed is as follows: ``` load name=plugin config name=plugin x=a y=b z=c load name=plugin as=plugin-1 config...
@baallan are you quibbling with the syntax? If so the reason is that using as="" allows us to be backward compatible with the existing _load_ command syntax. I suppose we...
@morrone I'm wrong. The multi-config thing doesn't fix this at all. I think you need additional syntax to bind schemas to topic formats. Something like: topic="":"","":"" You would need this...
@morrone Markdown ate my syntax ``` topic="schema-regex":"topic-fmt-str","schema-regex":"topic-fmt-str" ```
@baallan Are you talking about the generic JSON storage plugin? What does that have to do with the avro-kafka store?
Hi @baallan, I think this might be a bit of a partial fix. Could you please provide a more complete use-case. For example is this analysis being done from the...
@morrone, this issue is inspired by your observation that the API were not documented.