This repository contains a sample project that can be used to start off your own sink connector for Apache Pulsar
The first thing you need to do to start using this connector is building it. To do that, you need to install the following dependencies:
After installing these dependencies, execute the following command:
mvn clean packageAfter building the connector, you can try it by using the Docker-based installation from this repository.
Start the environment with the following command:
docker compose upWait until all containers are up so you can start the testing.
Open a terminal to execute the following command:
util/sink-create.shOpen a terminal to execute the following command:
util/send-message.shutil/sink-status.shStart the environment with the following command:
docker compose downThis project is licensed under the Apache 2.0 License.