xuesong172500 opened a new pull request #6036: Xue/skywalking changes,Pulsar create/update function supports skywalking URL: https://github.com/apache/pulsar/pull/6036 <!-- ### Contribution Checklist Pulsar create/update function supports skywalking --> ### Modifications *Describe the modifications you've done.* ### Verifying this change update: Function.proto RuntimeUtils.java FunctionConfig.java CmdFunctions.java FunctionConfigUtils.java add: SkywalkingConfig.java SkywalkingConfigUtils.java ### Does this pull request potentially affect one of the following parts: *If `yes` was chosen, please highlight the changes* - Dependencies (does it add or upgrade a dependency): (yes / no) - The public API: (yes / no) - The schema: (no) - The default values of configurations: (no) - The wire protocol: (no) - The rest endpoints: (no) - The admin cli options: (yes) - Anything that affects deployment: (no) ### Documentation - Does this pull request introduce a new feature? (yes) Pulsar function supports skywalking Usage: bin/pulsar-admin functions create \ --jar examples/filter.jar \ --classname com.newland.filter.FilterFunction \ --tenant public \ --namespace default \ --name filtertest3 \ --inputs persistent://public/default/filter-input \ --output persistent://public/default/rr-input \ --skywalking-agent-conf-path /opt/app/pulsar-2.4.1/skywalking/agent/config/agent.config \ --skywalking-agent-jar-path /opt/app/pulsar-2.4.1/skywalking/agent/skywalking-agent.jar \ --skywalking-backend-service 127.0.0.1:41800 skywalking-agent-conf-path、skywalking-backend-service,It can exist at the same time or fill in only one。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
