Replies: 1 comment 1 reply
-
@nlu90 might know? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
That said, working with Pulsar connectors is based on Pulsar functions, and in
conf/functions_worker.yml
we configure:However, the bundled connectors are under
./distribution/io/target/apache-pulsar-io-connectors-<version>-bin
.It causes when I run code snippets from our docs like:
It complains:
Creating a directory under the root path and copying connectors' NAR files works, but it's a bit clumsy:
cp distribution/io/target/apache-pulsar-io-connectors-2.11.0-SNAPSHOT-bin/*.nar connectors
I want to learn how you develop connectors in the repo workspace. Is there some way better than that described above?
cc @merlimat @lhotari
Beta Was this translation helpful? Give feedback.
All reactions