Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shibd/kotlin-io-example
Use Kotlin develop pulsar connector example
https://github.com/shibd/kotlin-io-example
Last synced: 12 days ago
JSON representation
Use Kotlin develop pulsar connector example
- Host: GitHub
- URL: https://github.com/shibd/kotlin-io-example
- Owner: shibd
- Created: 2023-08-28T15:56:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T02:30:04.000Z (about 1 year ago)
- Last Synced: 2024-10-16T20:16:01.556Z (about 1 month ago)
- Language: Kotlin
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kotlin-io-example
Use Kotlin develop pulsar connector example1. maven clean install
2. [Start pulsar broker](https://pulsar.apache.org/docs/3.1.x/getting-started-docker/)
3. Start this connector by localrun
```sh
./pulsar-admin sinks localrun -a {Your project path}/kotlin-io-example/target/kotlin-io-example-0.0.1.nar --name test-io-kotlin --inputs test-io
```
4. You will see on console:
```log
HELLO
```