Fixes https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/360 `producer-configuration` and `consumer-configuration` improperly appear in content-assist. These are methods used by the binders to get merged configuration data (boot and binder). Rename the methods and add `producerProperties` and `consumerProperties` to allow configuration.