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
119 stars 54 forks source link

The connector is not very stable #76

Closed Wangddawei closed 2 years ago

Wangddawei commented 3 years ago

Use triggers to supplement the defects of insert / delete. According to the types of integer, float, decimal and datetime that can be used on the official website. However, there are many strange things in the process of testing. For example, if multiple tables have the same data type field as the growth field, some tables will report errors. The error information is as follows. Just change the field name, or field location, the data type will not change. Also, the use of timestamp fields is uncertain. What's more difficult to understand is that we don't know which time is OK again. After testing this situation for many times, we haven't found out the specific reason. Please explain. thanks! image

Wangddawei commented 3 years ago

![Uploading image.png…]()

Wangddawei commented 3 years ago

image

elakito commented 3 years ago

@Wangddawei It is not clear to me which problem you have. The first screenshot shows that you configured the incrementing column OPT_TPYE and this column was not found in the source table. The second screenshot shows that you configured column OTIME as the incrementing column. So, apparently these two screenshots are not from the same scenario. In addition, you described that you have several tables with the same column name and type that you want to use as the incrementing column, how is this column is named?

Could you describe one problem at a time and attach the text logs (with some confidential info deleted) of that specific problem and not screenshots please.

regards, aki

elakito commented 2 years ago

I am closing this ticket as it has been a while since the above comment was posted.