You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
That said, working with Pulsar connectors is based on Pulsar functions, and in
conf/functions_worker.ymlwe 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 connectorsI want to learn how you develop connectors in the repo workspace. Is there some way better than that described above?
cc @merlimat @lhotari
All reactions