freeznet commented on a change in pull request #9246:
URL: https://github.com/apache/pulsar/pull/9246#discussion_r563293782
##########
File path: pulsar-functions/api-java/pom.xml
##########
@@ -49,6 +49,13 @@
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>pulsar-client-admin-original</artifactId>
Review comment:
I have moved apis to module `pulsar-client-admin-api` with package
`org.apache.pulsar.client.admin.api`, and also moved the implementation from
package `org.apache.pulsar.client.admin.internal` to
`org.apache.pulsar.client.admin.impl` to align with pulsar client module. PTAL
@sijie if this change is okay, thanks.
----------------------------------------------------------------
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]