-
@jviotti points out that they put together some nice benchmarks as part of his JSON toolkit validator.
They live [here](https://github.com/sourcemeta-research/jsonschema-benchmark).
We should in…
-
We are in the process of manage all the adopters directly in the landscape, and as a step for that process we need to migrate all the adopters data into the landscape, including the use case informati…
-
Hi guys,
Hope you are all well again !
As mentioned in this issue, I am hacking a little bit searx for my own use and some suggestions popped in my mind and wanted to know your point of view on …
-
Hi @denouche,
I think the script need a version number, printed with `--version` and/or `-V` options
I can do this one, but you choose the version number.
You should also add a LICENSE file to …
-
**Environment info:**
* KrakenD version: v2.7.0
* System info: docker version 27.1.1
**Describe the bug**
The official official docker image [devopsfaith/krakend](https://hub.docker.com/layers…
-
I have opentelemetry configured in all my services.
Before every request goes to backend in krakend, I need to call an api `A`. Currently I am using lua script to call `A`, but traceid for that cal…
-
Implement one.
-
### Go version
go version go1.23.0 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/steveh/.cache/go-build'
GOE…
-
**Environment info:**
* KrakenD version: 2.7.0
* System info: Darwin AMD64
* Hardware specs: 8-core, 32GB
* Backend technology: Go
* Additional environment information:
**Describe the bug**
…
-
for example i have response:
```
{
"id": "123",
"field": "dsdsd"
}
```
and i want to set null for `field` in some cases. When i try do it:
```
item:set("field", nil)
…