-
Command TTL seems to be hard-coded here: https://github.com/digital-asset/dazl-client/blob/f7ba752b1ae7d007d457f43ef2f723fdc6e94fb9/python/dazl/client/_party_client_impl.py#L408
It would be nice to…
-
Hi,
we current have an issue in that we can't leave out the TTL in API requests.
The API inserts "0" and this ends up in the zone file, which is silly at best.
From out point of view, it would be id…
-
Hi,
I would like to request a feature enhancement: Adding an IMAP::replace() with optional TTL argument.
So that when the record would get replaced, the new TTL would be set as well.
Currently …
-
ClickHouse local version 24.8.1.346 (official build).
I tried to add TTL clause to a table with Redis engine and got:
DB::Exception: Engine Redis doesn't support TTL clause
I have a scenario I move…
-
## Expected Behavior
Note 1 = ttl=timedelta(days=1), need to get day 1 data or one-day data but its gives total data.
Note 2 = when we are not mentioning any minutes in the time stamp of our ori…
-
## Description or Additional Context
Platform needs product teams to verify the status of Redis keys that are not defined with an expiration in vets-api.
Facilities owns 3 such keys, apprarently, a…
-
**Description**
I can publish a message using Zeebe's Java or Go client. The message can have a time-to-live (TTL). It can be correlated within the given TTL. After the TTL is reached, the message …
saig0 updated
9 months ago
-
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=29171993)
We are using Cassandra 3.11.5. Most of the table are using TWCS strategy and the data is inserted…
-
In java-sdk-auth in JwtConfig.java builder() method is not static. Because of this and that all constructors are private, it is impossible to create JwtConfig with custom endpoint and/or ttl.
-
### Description
we using upstream config in yml like that
```
upstreams:
- id: app
name: app
pass_host: node
nodes:
"app.test.com": 1
scheme: https
```
currently…