Re: Unsupported operand types when calling send

2018-08-07 Thread Skip Montanaro
> 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

Unsupported operand types when calling send

2018-08-07 Thread Skip Montanaro
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