That said, it is stored in Json so it wouldn't be much work to sort one of the values as a list of strings.
-Ivan On Thu, Sep 6, 2018 at 10:55 AM, Ivan Kelly <iv...@apache.org> wrote: > PIP updated. The one thing that isn't 100% clean with the dynamic > configuration keys is that they only support string as value, so the > list of revoked keys needs some sort of serialization. > > -Ivan > > On Thu, Sep 6, 2018 at 10:41 AM, Ivan Kelly <iv...@apache.org> wrote: >> On Tue, Aug 21, 2018 at 3:57 AM, Rajan Dhabalia <rdhaba...@apache.org> wrote: >>>> I will consider both this and system topics and update the PIP. >>> >>> I think we should avoid more complexity by introducing system topic to >>> store "subject key" and then process it. Instead we can store it to >>> global/config zk as it requires to store keys with few bytes. I think >>> dynamic-configuration might be enough for this configuration. >> >> >> I think so too. Given that system topics are uses in the broker now, >> the amount of plumbing would likely be quite high, so it's better to >> go with a dynamic-configuration for the subject key >> >> -Ivan