tomasz-sadura
tomasz-sadura
When a connector plugin gets removed from Kafka Connect, `:8083/connectors?expand=info&expand=status` call to Kafka Connect replies with `{"error_code":500,"message":"Failed to find any class that implements Connector and which name matches ... "}`,...
Kafka Connect 3.5.0 added support for stopping tasks. Stopped task differs from a paused one, as it does not allocate any resources. Add stop button, only for KC clusters >=...
**Describe the bug** When the `http.timer.interval.millis` value is lower than the `offset.flush.interval.ms` kafka connect worker setting, the records in topic are duplicated every `http.timer.interval.millis` until offset is commited. **To Reproduce**...
tf version Terraform v0.12.12 + provider.checkly v0.6.2 Apply the following: ``` provider "checkly" { api_key = ... } resource "checkly_check" "api-check" { name = "Name" type = "API" activated =...