-
### Version & Environment
Redpanda version: `v23.1.7 (rev 8ce86e4)`
OS: CentOS Linux 7 (Core)
Client lib: rdkafka v2.2.0
Python binding: python-confluent-kafka v2.2.0
No Docker
No Kubernet…
-
This feature would allow the user to do a "soft delete". Meaning they would mark a file for deletion, it would disappear from the UI but will not actually be deleted from the filesystem.
When the u…
-
e.g.:
```
pipeline=# CREATE CONTINUOUS VIEW v AS SELECT sum(x::integer) FROM stream;
...
pipeline=# SELECT sum FROM v;
sum
---------------------
10
(1 row)
pipeline=# BEGIN;
BEGIN
pipelin…
-
Support transactional queries?
-
What are your thoughts on adding some events around the transaction process? For example `committing`, `committed`, `rollingback`, `rolledback`? Currently I believe, un-tested, we can listen to `query…
-
Configsource has its own transaction that is not related to the mutation transaction.
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar request and didn't find it.
- [X] I searched the Prefect documentation for this featu…
nzojy updated
8 months ago
-
Until now, _pukoframework_ don't have transactional feature, so i decided to add this function in next release into the PDA section on this framework.
Usage demonstration in my head so far,,, archi…
-
To fully support high-level transactions that can execute consistent scans in addition to reads and writes, we need to be able to materialize phantom conflicts. (background on phantoms included at the…
-
I'm trying to use this library in a Web context... I would prefer if at least the Verifier-side wasn't required to be long-lived.
Here's an example of the unit test rewritten to show what I'm talking…