Tomasz Lelek
Tomasz Lelek
Currently, the `BoundDMLQuery` does not carry the information about the ttl for a particular `Modification`. We need to add this information and propagate it to the CDC producers.
Created for demonstration purposes, DO NOT REVIEW.
**What this PR does**: **Which issue(s) this PR fixes**: Fixes # **Checklist** - [ ] Changes manually tested - [ ] Automated Tests added/updated - [ ] Documentation added/updated
As a follow-up after: https://github.com/projectnessie/nessie/pull/3561#pullrequestreview-905457313 We should try to use `kryo` serialization mechanism. Steps to do it: 1. Revert whole #3561 2. remove Serializable from Reference.java 3. run the testcase...
**Description**: We should have a way to deploy the Spark GC to EMR. We should be able to build and deploy **non-master** changes to verify them before merging the PR...
- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/browse/DATACASS). - [x] You use...
`validatingToken` can be cached to improve the performance of table-based token logic
When using one of the Nessie Binder Demos, after a couple of minutes, it is becoming non-operational. I am getting this error: When building it locally, using the procedure described...
- add NATS service in the Chart.yaml
### Proposed change The `net.i2p.crypto:eddsa` used in the `jnats` has not been updated for five years. Maybe the library will need to be switched to a different one or replaced...