Closed vihcle closed 7 years ago
Can you post the complete exception / error message?
hello, How to use Table Input and kafka producer?
This is my error image
@vihcle Kafka producer step only supports Binary or String value types passed as "Message field name" or "Key field name" parameters. Can you verify that BORDER_TYPE
is one of these? If not, maybe you can configure it to be either String or Binary?
OK, Thank You.
Kafka cluster is not in the local, and send message failed.
@vihcle Can you make sure that you are able to send messages to this broker: 192.168.123.218:6667
via Kafka console producer? I suspect the port number 6667
is wrong, usually it's 9092
.
Closing due to no response
I now to test the kafka producer plugin. The input is a csv file. In the "Message field name", I set a field in the csv file, when i run the transform, the result is that Input field 'ORDERNUMBER' is not binary.