**Expected Behavior** wanna the the exact message sent to kafka server. <!--- Tell us how it should work --> as KafkaTemplate<K,V> using generic, it's not same behavior when V is String and Object. **Current Behavior** no log for the actual message <!--- Explain the difference from current behavior --> **Context** <!--- How has this issue affected you? I send a json string to Kafka<String,Object>, and the json string get wraped, eg:"{\"a\":1}" What are you trying to accomplish? What other alternatives have you considered? Are you aware of any workarounds? -->