Devin Bost
Devin Bost
**Describe the bug** I'm able to reproduce this issue locally but not consistently. It doesn't seem to behave like the other flaky tests that occur only in Github CI due...
**Describe the bug** We experienced an error that prevented us from consuming from Kafka on Pulsar into Apache Druid, and the only way around the problem was to switch back...
Copying from the Apache/Pulsar Github issue (https://github.com/apache/pulsar/issues/8536): **Describe the bug** After configuring TLS Authentication in Pulsar 2.6.1 with this helm chart: https://github.com/devinbost/pulsar-helm-chart/tree/tls-auth the broker gets stuck in a restart loop...
Linking from Apache/Pulsar repo: https://github.com/apache/pulsar/issues/8457 (I discovered that the issue probably should be filed here.) > In most production environments, using self-signed certs is not acceptable for TLS. Certs are...
EDIT: For anyone first reading this, please see this comment that introduces the business case: https://github.com/cloudevents/spec/issues/1052#issuecomment-1249260590 I don't know if this is the right place to start this discussion, but...
When I try to build from source on my M1 mac, I get this: ``` [info] [launcher] getting org.scala-sbt sbt 1.8.2 (this may take some time)... [info] welcome to sbt...
I'd like to have some way to subscribe to events from this plugin like when a camera preset is saved or when a preset is renamed so I can take...
Need to test this but still getting my dev environment setup.
On the page https://github.com/streamnative/kop/blob/master/docs/security.md#oauthbearer, it shows an example client configuration of `scope` equaling `api://pulsar-cluster-1/.default` and `audience` equaling `https://broker.example.com`. However, [RFC-6749 section 3.3](https://www.rfc-editor.org/rfc/rfc6749#section-3.3) indicates that the Access Token Scope parameter ("scope")...
`!pip install -U dgl` gives me: ``` Requirement already satisfied: dgl in /usr/local/lib/python3.10/dist-packages (1.1.3) Requirement already satisfied: numpy>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from dgl) (1.26.4) Requirement already satisfied: scipy>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from...