Description
Currently, the convention that we seem to use to get a property value in *Config is as follows:
val configVal = property.getType("config.val", ...) // dot is used to separate two words in the key and the first letter of second word is capitalized in configVal.
We should use similar convention for groupId, consumerId, clientId, correlationId.
This change will probably be backward non-compatible.