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 2019/10/11 09:11:02 UTC

Slack digest for #dev - 2019-10-11

2019-10-10 11:51:18 UTC - Kendall Magesh-Davis: I’m trying to supply the Secret Key, eg `# tokenSecretKey=data:base64,FLFyW0oLJ2Fi22KKCm21J18mbAdztfSHN/lAT5ucEKU=` to the helm chart. It successfully deploys to the broker configmap but still has issues. My key is much longer than the example… maybe that’s the problem.
----
2019-10-10 16:12:55 UTC - b_rousseau: @b_rousseau has joined the channel
----
2019-10-10 19:49:05 UTC - Kendall Magesh-Davis: Is anything specific required in the payload? The default payload is something like this

```{
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1516239022
}```
----
2019-10-10 19:59:32 UTC - Kendall Magesh-Davis: And is `HS256` required? I had been trying to use `RS512`
----
2019-10-11 02:44:31 UTC - Penghui Li: How to update the java doc? seems <https://pulsar.apache.org/api/client/> is the old version java doc.
----
2019-10-11 02:45:05 UTC - Matteo Merli: I think something is broken in publishing the C++ and Java docs in the website build
----
2019-10-11 02:45:37 UTC - Matteo Merli: (in addition to the fact that we should be publishing tagged versions of the javadoc, instead of the one from master only)
+1 : Penghui Li
----
2019-10-11 02:46:49 UTC - Penghui Li: Can we republish them?
----
2019-10-11 03:05:17 UTC - Matteo Merli: yes, we should fix the website publish scripts
----
2019-10-11 03:16:33 UTC - Penghui Li: ok thanks
----
2019-10-11 03:41:02 UTC - tuteng: <https://github.com/apache/pulsar/pull/5192> I fixed the build script before, but I don't know how to publish it.
----