-
Looking at `RecordProcessor::process_records`
```python
def process_records(self, process_records_input):
...
try:
for record in process_records_input.records:
...
…
-
# 7CCSMCIS CRYPTOGRAPHY AN SEM1 000001/Tut/01,6CCS3CIS CRYPTOGRAPHY SEM1 000001/Tut/01_JT
[https://kcl.insrt.uk/event/8fc1215e-6f02-4e46-aca1-5cbfe5a7180a:638333928000000000](https://kcl.insrt.uk/…
-
作者你好,读了你们微信公众号上关于用rust重构kcl编译器的文章,我了解到Rust在基建或工具链领域比目前主流的ts/python构建的产品更具优势。我们团队在公司也是负责开发基建方面的工作,想请教老师是否对于CPU密集型的能力建设就应该无脑Rust? 目前Rust在贵团队落地状况如何?有没有踩过坑?感谢指教
-
## Enhancement
The KCL compiler has some technical implementation problems in the process of interacting with the file system.
- The Parse stage has a messy process of reading entry for compilat…
-
Does this thing work with the DDB Streams Kinesis adapter? I am writing NodeJS worker. I need to process DDB streams. I am not finding any information about how this might be done using KCL. I _mi…
-
- Contact KCL branding people for guidelines
- Design new logo
- Design new favicon
- Decide on colour scheme for remainder of page
-
https://www.kcl-lang.io/zh-CN/docs/user_docs/guides/working-with-k8s/generate-k8s-manifests
This example is too simple and does not involve operations with , list, and if for...
-
Since September 30, 2016, there's a new method in KCL's library (for Java) that handles very well the shutdown. Its called "requestShutdown", and it has already been implemented there.
https://gith…
-
Hi,
We are trying to run the KCL multilang daemon using the properties file and have it read records from a certain point in time. We tried setting `initialPositionInStream = AT_TIMESTAMP` but then…
-
When using eval's `-x` option, the `--format` option appears to be ignored.
Evaluating the following
```shell
pkl eval --format=json -x y -