2020-03-17 09:13:47 UTC - Dennis Yung: Are there anyway to configure offloading
to GCS using "workload identity", instead of storing the credential key in
kubernetes secrets?
the offloader specifically check for a keyPath string and won't try to access
GCS API using default credentials (from the environment)
Binding the service account from the environment should be more secure than
exporting a key to k8s secrets
----
2020-03-17 09:15:51 UTC - xue:
像ignite这样的框架就有对类加载器的切换,我看pulsar有很多引用类的静态成员和方法,在osgi框架下会有我说的问题
----
2020-03-17 10:57:59 UTC - aloyzhang: @aloyzhang has joined the channel
----
2020-03-17 14:13:11 UTC - Ian: Thank you @Sijie Guo, I'll look at that.
----
2020-03-17 17:28:26 UTC - Aaron Stockton: Yes, it calls acknowledge. You can
see in the client stats that the acks sent are equal to the messages consumed.
But the unacked messages keeps climbing. Interestingly though, the backlog is
decreasing only when acks are sent, but they’re still dont reflect in broker
stats.
Also, if I move from and Exclusive -> Shared subscription, the unacked
messages count doesnt grow in the same manner, it looks acks are actually
reflected in the broker stats. But again, thats only for a Shared subscription,
not an Exclusive.
----
2020-03-17 17:30:11 UTC - Aaron Stockton: Also, i misspoke in my original post.
The lastAckedTime IS increasing, but the unacked messages increases 1 for 1
with messages consumed
----
2020-03-17 21:38:22 UTC - Antti Kaikkonen: I just noticed that pulsar admin
`pulsar-admin functions create` takes `--subs-position` argument. This is the
description:
```Pulsar source subscription position if user wants to consume
messages from the specified location
Possible Values: [Latest, Earliest]```
It's just missing from the website documentation:
<https://pulsar.apache.org/docs/en/next/pulsar-admin/#create-1>
----
2020-03-17 21:51:32 UTC - Sijie Guo: Can you give us the full copy of the
metrics from `
```bin/pulsar-admin topics stats
<persistent://public/default/'topic-03-16-partition-1'>```
`
----
2020-03-17 23:54:38 UTC - gs1976: @gs1976 has joined the channel
----
2020-03-17 23:58:28 UTC - Jeon.DeukJin: Hello, I did translation work for
Korean documents. And I waited for the Korean page to appear, but still only
“404 not found”.
<https://github.com/apache/pulsar/issues/6342>
----
2020-03-17 23:58:52 UTC - Jeon.DeukJin:
<https://pulsar.apache.org/docs/ko-KR/standalone>
----
2020-03-18 01:59:24 UTC - tuteng: Thanks, I will take a look at this.
+1 : Jeon.DeukJin
----
2020-03-18 04:54:54 UTC - Jeon.DeukJin: Hello, Developers.
I’m gonna make sink pipe line : pulsar to elasticsearch by
Elasticsearch-sink-connector.
Is this support dynamic index name. {Date Format} ? eg) indexname
_%{+YYYY.MM.dd}
As below :
reference :
<https://pulsar.apache.org/docs/en/io-elasticsearch-sink/#configuration>
```YAML
configs:
elasticSearchUrl: "<http://localhost:90902>"
indexName: "myIndex_%{+YYYY.MM.dd}"
username: "scooby"
password: "doobie"```
----
2020-03-18 04:56:34 UTC - Dennis Yung: Got it, seems to have fixed the problem
thx!
When I use brokerServiceURL instead of zookeeper, do I still need to provide
configurationStoreServers?
----
2020-03-18 06:52:18 UTC - Dennis Yung: My pulsar manager is showing topics that
don't really exist (topics deleted automatically after inactivity)
Specifically, it is from a request to
"pulsar-manager/admin/v2/topics/mytenant/mynamespace/stats". 4 topics are
returned
I tried this endpoint on the proxy directly and it returned 404, so I guess
this is a pulsar manager only endpoint
But when I request "admin/v2/namespaces/mytenant/mynamespace/topics" on the
broker, only 2 topics are returned. the same when I list the topics with
pulsar-admin
----
2020-03-18 07:25:17 UTC - Sijie Guo: @Sijie Guo set the channel topic: - 2020
Pulsar User Survey Report: <https://bit.ly/3d1KsGG>
- Pulsar 2.5.0 released!
<http://pulsar.apache.org/release-notes/#250-mdash-2019-12-06-a-id250a>
- Pulsar Summit SF 2020: <https://pulsar-summit.org/>
----
2020-03-18 07:25:38 UTC - Sijie Guo: No you don’t need to do so
----
2020-03-18 08:19:38 UTC - xue: Does the function application support grouping
within the cluster?
----