You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2020/03/06 09:11:02 UTC

Slack digest for #dev - 2020-03-06

2020-03-05 11:07:46 UTC - Konstantinos Papalias: Thanks for the clarification @Devin G. Bost and sorry for pestering you, What are the differences between the REST Admin API and the Admin CLI for managing Functions ? I haven't compared them in full details but I would have thought that the later is a wrapper around the former one. Do you think the REST Admin API is more powerful / complete?
----
2020-03-05 12:07:42 UTC - Vince Pergolizzi: @Vince Pergolizzi has joined the channel
----
2020-03-05 13:28:55 UTC - Chris Miller: I've just spent quite a while tracking down a problem with our app. Turns out the <https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-client-admin/2.5.0/pulsar-client-admin-2.5.0.jar> contains unshaded dependencies! The older version of protobuf in there is conflicting with the rest of our codebase. Presumably this is a bug with the 2.5.0 release?
----
2020-03-05 16:33:07 UTC - Sijie Guo: They are same. The later is a wrapper of the former one 
+1 : Konstantinos Papalias
----
2020-03-05 16:33:45 UTC - Sijie Guo: Can you create a GitHub issue?
----
2020-03-05 17:10:30 UTC - Chris Miller: sure thing
----
2020-03-05 17:14:15 UTC - Chris: @Chris has joined the channel
----
2020-03-05 17:26:36 UTC - Chris Miller: <https://github.com/apache/pulsar/issues/6484>
----
2020-03-05 17:42:40 UTC - Nick Poore: @Nick Poore has joined the channel
----
2020-03-05 17:52:15 UTC - Devin G. Bost: The Java API is a bit heavier, and it's a lot more clunky. We also noticed that it doesn't perform as well as doing directly to the HTTP endpoint.
----
2020-03-06 00:55:23 UTC - Sijie Guo: If you are looking for a lightweight tooling or API, you can checkout `pulsarctl` . it provides a golang written CLI and go admin API, <https://github.com/streamnative/pulsarctl>
----