> I'm porting some Kafka-using code from Python 2.7 to 3.6. My values
> are Python dicts mapping strings to strings which are serialized with
> json.dumps(). My keys are simple strings. I haven't been defining a
> key serializer function. I'm using kafka_2.11-1.0.0 and kafka-python
> 1.3.4 installe
I'm porting some Kafka-using code from Python 2.7 to 3.6. My values
are Python dicts mapping strings to strings which are serialized with
json.dumps(). My keys are simple strings. I haven't been defining a
key serializer function. I'm using kafka_2.11-1.0.0 and kafka-python
1.3.4 installed from con