-
This investigation is for future reference.
Pravega deployment may need to dynamically scale to match the Pravega changing data ingestion rate. We want to automate this process in Kubernetes.
…
-
**Problem description**
Due to the serialization validation for `connectorProperties`, only `public` `static-inner/outer` class implements `AssignerWithTimeWindow` is supported as a parameter of `wit…
-
### Description
I want to set a custom storageClassName, but it doesn't apply, looks like the cluster operator knows nothing about it
### Importance
blocker
### Location
```
apiVersion…
alter updated
7 months ago
-
**Problem description**
A requirement for Graduation from Incubation at the CNCF is full governance procedures for managing the Pravega project. See 4th bullet point here:
https://github.com/cncf/…
-
### Description
This is the Dockerfile
https://github.com/pravega/zookeeper-operator/blob/master/docker/Dockerfile
No user is created and it runs the docker as root (UID 0)
### Importance
…
-
# Ask your question away
Why do many of the following warnings appear when running the ./pravega-controller service under a k8s cluster:2024-01-12 17:18:52,403 92138 [ClientSocketReaders-2] WARN i.p…
zzkww updated
9 months ago
-
I'm trying to understand how the Rust client handles management of the last read position in a stream so that readers can continue from the last read position.
Suppose the following scenario:
1.…
-
### Description
Tag `0.2.13` is missing commit https://github.com/pravega/zookeeper-operator/commit/4ceccde6cdc60c055fd35e328ef88100e73551cf that bumps the cluster and operator charts. Currently t…
-
Events in a Pravega stream can be generated with or without an instance of the schema registry. An event that has been generated with a schema registry serializer will contain a header, indicating the…
adrdc updated
3 years ago
-
**Problem description**
It is not clear how to use the event writer to determine when the event has been durably persisted.
Based on logging, `writer.write_event(payload).await` returns even before …