This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
kafkamain [2022/07/20 20:22] rklein |
kafkamain [2023/03/27 14:51] (current) rklein |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | https:// | ||
| + | |||
| == Kafka / Confluence Links == | == Kafka / Confluence Links == | ||
| Line 33: | Line 35: | ||
| all are either build ,test and support by confluent or tested and supported by confluent | all are either build ,test and support by confluent or tested and supported by confluent | ||
| + | |||
| + | deep dive | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Kafka Connect and schema registry | ||
| + | |||
| + | https:// | ||
| == Protect Kafka Connect Rest API with authentification | == Protect Kafka Connect Rest API with authentification | ||
| Line 43: | Line 53: | ||
| https:// | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Good Error message from Kafka-Connect: | ||
| + | |||
| + | WARN [Worker clientId=rklein-kafka-connect-worker-1, | ||
| + | |||
| + | |||
| == Configuration Summaries == | == Configuration Summaries == | ||
| Line 51: | Line 69: | ||
| Connector Configurations | Connector Configurations | ||
| + | |||
| https:// | https:// | ||
| Line 59: | Line 78: | ||
| REST API | REST API | ||
| https:// | https:// | ||
| + | |||
| + | == connect schema registry auth == | ||
| + | |||
| + | https:// | ||
| == SQL Server cdc == | == SQL Server cdc == | ||
| < | < | ||
| - | create role kafkacdc | + | create role kafkacdc |
| GO | GO | ||
| create login kafkaconnect with password=*** | create login kafkaconnect with password=*** | ||
| GO | GO | ||
| - | create user kafkaconnect for kafkaconnect | + | create user kafkaconnect for login kafkaconnect |
| GO | GO | ||
| alter role kafkacdc add member kafkaconnect | alter role kafkacdc add member kafkaconnect | ||
| Line 85: | Line 108: | ||
| + | == KSQLDB == | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | == single message transform == | ||
| + | |||
| + | https:// | ||
| + | |||
| + | == All configurations == | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Licence topics | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | |||
| + | == Julie Ops sh == | ||
| + | # | ||
| + | JULIE_OPS_HOME=/ | ||
| + | JULIE_OPS_JAR=$JULIE_OPS_HOME/ | ||
| + | JAVA_PATH=java | ||
| + | if [ -z " | ||
| + | JULIE_OPS_OPTIONS="" | ||
| + | fi | ||
| + | $JAVA_PATH $JULIE_OPS_OPTIONS -jar $JULIE_OPS_JAR " | ||