Skip to content

Conversation

@freeznet
Copy link
Contributor

Fixes #9640
Part 1

Motivation

Module pulsar-client-admin-api has been introduced in #9246, but it pulling in many dependencies. 

Due to my mistaken ops on the git branch, the original PR #10513 has been closed, this PR will continue the work.

Modifications

remove pulsar-client-original from pulsar-client-admin-api.

Verifying this change

  • Make sure that the change passes the CI checks.

@freeznet freeznet force-pushed the freeznet/9640-remove-client-admin-api-dependency-pulsar-client-original branch from 3629c7a to 0557802 Compare May 13, 2021 11:25
Comment on lines -150 to -154
/**
* @return the client Configuration Data that is being used
*/
ClientConfigurationData getClientConfigData();

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have a release that contains this API, it's ok here.

@freeznet
Copy link
Contributor Author

/pulsarbot run-failure-checks

@sijie
Copy link
Member

sijie commented May 15, 2021

@merlimat Can you review this?

@merlimat merlimat merged commit 7b9c846 into apache:master May 17, 2021
yangl pushed a commit to yangl/pulsar that referenced this pull request Jun 23, 2021
…ar-client-original` (apache#10563)

* remove org.apache.pulsar.client.impl.conf.ClientConfigurationData

* use MessageId instead of MessageIdImpl

* get getClientConfigData back

* fix io-kafka dependency

* fix java-test-functions dependency

* add pulsar-client-original to pulsar-functions-runtime-all

* fix offload tests

* fix import

* change Gson to Jackson for OffloadProcessStatus

* move OffloadProcessStatus as interface, add InterfaceDefaultMapperModule for interface resolver
bharanic-dev pushed a commit to bharanic-dev/pulsar that referenced this pull request Mar 18, 2022
…ar-client-original` (apache#10563)

* remove org.apache.pulsar.client.impl.conf.ClientConfigurationData

* use MessageId instead of MessageIdImpl

* get getClientConfigData back

* fix io-kafka dependency

* fix java-test-functions dependency

* add pulsar-client-original to pulsar-functions-runtime-all

* fix offload tests

* fix import

* change Gson to Jackson for OffloadProcessStatus

* move OffloadProcessStatus as interface, add InterfaceDefaultMapperModule for interface resolver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pulsar-client-admin-api has excessive transient dependencies

5 participants