-
In Java KCL application, upon terminating the process (Ctrl+C or SIGTERM) it exits and doesn't call shutdownRequested method. Is shutdownRequested called upon receiving SIGTERM signal in java KCL? I …
-
PR: https://github.com/awslabs/amazon-kinesis-connectors/pull/75
Essentially the idea is that at the moment the Buffer is not adhered too if `GetRecords` returns a chunk of events greater than the bu…
chuwy updated
4 years ago
-
# Background
Solve the problem of delay caused by LSP compilation speed in large-scale scenarios. The goal is to reduce the response time of various requests and notifications to less than 50 ms.
…
He1pa updated
3 months ago
-
### Description
Jordan was showing me his KCL live and while on the Slack huddle the stream froze. You can see the gizmo still rotating properly, but the stream is frozen.
### Version
v0.24.10
…
-
We are running a Java Kinesis consumer application using KCL 2.0 (enhanced consumer). Can you please tell us the the threading model of the KCL 2.0 library? Specifically:
* Is it guaranteed that, f…
-
### Context
Since https://github.com/awslabs/amazon-kinesis-client/pull/735 , a random 1~30s sleeping time was added to wait for lease table initialization:
https://github.com/ashwing/amazon-kin…
-
Dear all,
I got an user question and like to discuss that with you:
As GDSFactory is based on KLayout now, it should be easy to integrate KLayout-PCells as components. I came up with a code like…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
Run `kcl fmt` for file:
```
kube = {
# A
"a": 1
# B…
-
# Background
KCL's sketching API builds one path per function application. Sketching a square requires calling `line` four times:
```
let square = startSketch('XY')
|> line([4, 0], %)
|> …
-
I am using version 2.6.0 of `amazon-kinesis-client` which which depends on version 3.21.12 of `protobuf-java` which has a security issue:
![image](https://github.com/user-attachments/assets/6e88987…