Hey Mohit, Unfortunately, I don't think there's any such configuration.
By the way, there are some pretty cool things you can do with keys in Kafka (such as semantic partitioning and log compaction). I don't know if they would help in your use case, but it might be worth checking out http://kafka.apache.org/documentation.html#design for more details. -Jason On Tue, Jun 23, 2015 at 8:18 AM, Mohit Kathuria <mkathu...@sprinklr.com> wrote: > Hi, > > We are using kafka 0.8.1.1 in our production cluster. I recently started > specifying key as the message itself. I just realised that the key is also > written to the broker which means that the data is duplicated within a > keyed message. I am going to change the key. Stupid mistake. > > However, just out of anxiety, I want to know whether we can turn off > writing the key to the broker. Any configuration I can change to achieve > this? > > -Thanks, > Mohit Kathuria >