SAP / kafka-connect-sap

Kafka Connect SAP is a set of connectors, using the Apache Kafka Connect framework for reliably connecting Kafka with SAP systems
Apache License 2.0
122 stars 56 forks source link

Use {topic}.query to configure the query conditions. Chinese conditions will turn into gibberish. #154

Open sp556689757 opened 6 months ago

sp556689757 commented 6 months ago

When I using {topic}.query=SELECT * FROM XXX.TABLE WHERE A='Chinese Word' for querying, the Chinese content displayed in the console is garbled. How should this be handled?