Skip to content

Files

Latest commit

7beb7eb · Feb 9, 2020

History

History
23 lines (20 loc) · 735 Bytes
·

File metadata and controls

23 lines (20 loc) · 735 Bytes
·

Development

Useful Commands

mvn clean install
mvn clean compile
mvn clean test
mvn clean verify
mvn clean package

Development Cluster

See [Demo] for how to run Kafka Connect ArangoDB in a local minikube cluster. This can be useful for manual end-to-end testing.

To use local code instead of one of the releases, run mvn clean package and copy the resulting JAR to docs/demo/docker/kafka-connect instead of downloading one of the releases.

Useful Commands

kubectl -n kca-demo get pods
kubectl -n kca-demo get svc
kubectl -n kca-demo logs kafka-connect-<pod-id> -f
kubectl -n kca-demo logs kafka-connect-<pod-id> | grep arangodb
kubectl -n kca-demo exec -it kafka-connect-<pod-id> -- /bin/bash