Keith So
Results
1
comments of
Keith So
Agree it will be more convenient, we are working around as the below: ``` mock_message_class = mocker.patch('confluent_kafka.Message') mock_message = mock_message_class.return_value mock_message.key.return_value = serialized_key mock_message.value.return_value = serialized_value ..... ```