sijie opened a new pull request #2020: Remove pulsar-common dependency from pulsar-io-core module and cleanup pulsar-common dependency references URL: https://github.com/apache/incubator-pulsar/pull/2020 *Motivation* With pulsar-common shading in pulsar-client, conflicts observed when using pulsar-client with connectors. Because pulsar-client shades its dependencies, while pulsar-io implementations pull in pulsar-common which depends on non-shaded dependencies. *Changes* - Move KeyValue class to pulsar-io-core, since all pulsar-io is using it. - Remove pulsar-common from all pulsar-io implementation modules - Cleanup all direct usage of pulsar-common when pulsar-client-original is in the place.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
