Siming Weng
Siming Weng
When saving a checkpoint into Bookkeeper via DistributedLog API, if the serialized size of the checkpoint is larger than 4096 bytes, only the first 4096 bytes will be written into...
Currently, there is no command line argument that CheckpointManager supports to take in the `heron-conf/override.yaml`, which holds all the configuration property that user specifies, for example, via `-D` property argument...
I'm using the `@EnableStateMachineFactory` annotation to expose a `StateMachineFactory` bean, which is backed by a `ZookeeperStateMachineEnsemble` bean. It seems whatever I passed to `StateMachineFactory.getStateMachine(UUID uuid)` or `StateMachineFactory.getStateMachine(String id)`, the state...
**What happened**: I have a client Pod wants to communicate with an HTTP Server Pod (via a `Service` in front of a `Deployment`). The HTTP Server deployment is triggered programmatically,...
Here are the steps to reproduce the my observation. 1. create a local KinD cluster as target for testing `kind create cluster` 2. install FluxCD components `flux install` 3. create...
##### Description The feature request is to add the capability to generate a client library based on the [WebClient API](https://docs.spring.io/spring-framework/docs/5.0.0.BUILD-SNAPSHOT/spring-framework-reference/html/web-reactive.html#web-reactive-client) offered by non-blocking Spring WebFlux framework ##### Suggest a fix/enhancement...