forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve pulsar-client shading (apache#2006)
* Improve pulsar-client shading *Motivation* - we should not shade `org.apache.pulsar.common` classes, since they will be used by pulsar api - Change the shading rules for pulsar-client-admin to make sure they have same shading rules as client, so they can be used together. *Changes* - Exclude `org.apache.pulsar.common` from pulsar-client shading rule - Change shade class prefix for `pulsar-client-admin` * Use pulsar-client-original in s3-offload integration
- Loading branch information
Showing
3 changed files
with
21 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters