Apache Pulsar - distributed pub-sub messaging system - pulsar/pulsar-client-all at refs/heads/pip_2024_10_09 · summeriiii/pulsar
Learn how to distribute org.apache.pulsar:pulsar-client-all in your own private Maven registry $mvn install org.apache.pulsar:pulsar-client-all /Processing... ✓Done Start your free trial 65 Releases 4.0.1 Stable version 1month ago Released 3.3.31 month ago 3.0.81 month ago 4.0.03 month...
Since version 3.0.0,com.google.protobuf:protobuf-javahas been directly included inpulsar-client-adminorpulsar-client-allwithout relocation (i.e., the classes remain in their original package). This is considered bad practice as it may cause conflicts with the user’s application’s version ofp...
pulsar-client-admin-shaded/pom.xml | 2 +- pulsar-client-all/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pulsar-client-admin-shaded/pom.xml b/pulsar-client-admin-shaded/pom.xml index 001ea0ace3b..f4e9b37c756 100644 --- a/pulsar-client-admin-...
pulsar-client-admin-shaded/pom.xml | 2 +- pulsar-client-all/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pulsar-client-admin-shaded/pom.xml b/pulsar-client-admin-shaded/pom.xml index ef854d90305..6e4511e19d5 100644 ...
Apache Pulsar - distributed pub-sub messaging system - [fix][client] Prevent embedding protobuf-java class files in pulsar-client-admin and pulsar-client-all · apache/pulsar@0bf5862
[Issue 8138][pulsar-client] Improve timeout handling in ClientCnx to …… 6976dc0 …cover all remaining request types (GetLastMessageId, GetTopics, GetSchema, GetOrCreateSchema) () * Add timeout handling for all other request types in ClientCnx Master Issue:Since one of the root causes fo...
Added the implementation for theGetAllSchemasmethod Added a model for the Pulsar Admin API response Added a utility method to convert from this model to a list ofSchemaInfoWithVersion Verifying this change Make sure that the change passes the CI checks. ...
Apache Pulsar - distributed pub-sub messaging system - [fix][client] Prevent embedding protobuf-java class files in pulsar-client-admin and pulsar-client-all · apache/pulsar@6933a1d