Last active
August 24, 2020 09:20
-
-
Save s-chb/2da251ba446a69c8bb7843ce69153d96 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = sap | |
connector.class = com.sap.kafka.connect.source.hana.HANASourceConnector | |
tasks.max = 1 | |
connection.password = HXEHana1 | |
topics = test_topic_1 | |
connection.user = SYSTEM | |
connection.url = jdbc:sap://hana:39041/ | |
test_topic_1.table.name = "SYS"."DUMMY" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment