Skip to content

Commit

Permalink
debezium: symlink for apicurio (#35615)
Browse files Browse the repository at this point in the history
Symlink the apicurio add-on that expected at path
`/kafka/external_libs/apicurio`.

Signed-off-by: Dentrax <[email protected]>
  • Loading branch information
Dentrax authored Dec 9, 2024
1 parent 610d6ac commit 12b04f4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion debezium-3.0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: debezium-3.0
version: 3.0.4
epoch: 0
epoch: 1
description: Debezium is a change data capture (CDC) platform that achieves its durability, reliability, and fault tolerance qualities by reusing Kafka and Kafka Connect.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -207,6 +207,16 @@ subpackages:
for lib in debezium-connect-rest-extension debezium-scripting; do
ln -sf /usr/share/java/debezium/${lib} "${{targets.contextdir}}"/kafka/external_libs/${lib}
done
ln -sf /usr/share/java/apicurio-registry "${{targets.contextdir}}"/kafka/external_libs/apicurio
test:
pipeline:
- name: Check some symlinks
runs: |
stat /kafka/connect
stat /kafka/connect/debezium-connector-spanner
stat /kafka/external_libs
stat /kafka/external_libs/debezium-scripting
stat /kafka/external_libs/apicurio
update:
enabled: true
Expand Down

0 comments on commit 12b04f4

Please sign in to comment.