diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-15 17:20:22 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-15 17:20:22 +0200 |
| commit | 2b1e5d813b88fd89faa943b4cdab8371bf2e6d1f (patch) | |
| tree | e9a10a303acd5acb5824a94894c7115eb89151bd | |
| parent | f829fb774e2decd26b2abf1d1383ecd8bd136907 (diff) | |
feat: added shell_scripts/readme.md
| -rw-r--r-- | shell_scripts/readme.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shell_scripts/readme.md b/shell_scripts/readme.md new file mode 100644 index 00000000..2a0842b1 --- /dev/null +++ b/shell_scripts/readme.md @@ -0,0 +1,13 @@ +You need to run this each time you change `schema.proto` +```bash +cd resources/experiments/ +protoc --java_out=/home/matt/git/opendc/opendc-common/src/main/java/ schema.proto +curl -X DELETE http://localhost:8081/subjects/postgres-topic-value +``` +Confluent JDBC sink and source (includes Postgres connector) files: +https://www.confluent.io/hub/confluentinc/kafka-connect-jdbc + +Be aware the project will only work with this OpenDC as there are hidden Maven dependencies. +Kafka topic should be named `postgres_topic`. + +Confluent local (see https://www.confluent.io/installation/): |
