Karol Stępniewski
Karol Stępniewski
- [x] Bug - [ ] Feature - [ ] Enhancement ## Detailed Description With recent version (7040a82d1e) and when using OpenFaaS driver, Trying to invoke function instantly after it...
Values for Dispatch helm chart use hard-coded values for docker registry and minio endpoints. The values.yaml should reflect that.
## Bug Report When using `create -f`, for functions we can use `@` to indicate that content of that function should be read from a separate file. Similar should be...
## Feature Request ### Detailed Description Currently used API (https://docs.konghq.com/0.13.x/admin-api/#api-object) is deprecated in version 0.13.x and removed in 0.14.x (latest release). We should update the implementation to use new concepts...
## Feature Request ### Detailed Description This issue tracks the metrics implementation in Dispatch. The goal is to collect metrics for different aspects of Dispatch and push them to some...
Test multiple exchanges/fanout approach vs single exchange/topics approach in terms of speed and resource consumption.
This was discovered when working on #213. My initial guess was that it's related to docker pull errors, but it turned out the root cause is different. When running on...
## Bug Report Currently, it's using an older version and custom tiller image, we should try with 2.8.2 which seems stable and fixed issues which the custom image was a...
- [ ] Bug - [ ] Feature - [X] Enhancement ## Detailed Description #351 added support for Kafka transport for events. Kafka does not support wildcard topics when creating...