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
125 stars 58 forks source link

eliminate random int on schema creation (fallback to topic… #152

Closed Freshwood closed 1 year ago

Freshwood commented 1 year ago

This pull request will resolve issue #145

Instead of randomly set a schema name on every query, just take the name of the topic which. This will fix the following behaviors:

This pull request was already tested on a real HANA database and everything was fine.

cla-assistant[bot] commented 1 year ago

CLA assistant check
All committers have signed the CLA.

elakito commented 1 year ago

thanks!