jberstler commented on issue #220: Feed Management Enhancements : READ and UPDATE lifecycleEvent URL: https://github.com/apache/incubator-openwhisk-package-kafka/issues/220#issuecomment-343330248 One wrinkle here is that, for Message Hub triggers, the properties recorded in the DB can have different names than the properties specified when creating the trigger. For example, I specify my brokers using the `kafka_brokers_sasl` property, but this gets recorded as `brokers` in the DB. I would argue that when retrieving the trigger details, the user should always see the property names the same as what they set when creating the trigger. This may mean massaging the property name back to what the user expects to see (e.g. `brokers` -> `kafka_brokers_sasl`)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
