Perdjesk
Perdjesk
@agavra I thought this limitation was as well affecting the source topic specified in `WITH` clause in `kafka_topic`, but apparently not. This can be switched from a bug to an...
@cledesma If you want to create ksqldb tables you can use the `WITH` clause [1] which should work with doted Kafka named topics. If you are looking into removing the...
@bbondarets I have no knowledge of Confluent Cloud. You might want to reach out to Confluent and/or investigate which version of Debezium connector is used and whether the documentation of...
The problem comes from the `jenkins-cli.jar` not handling correctly the private key argument when it is the content itself. It is due to the dash characters interpreted as option of...
There is another issue related to the transparent proxy that is affecting TLS HTTP requests but not PLAIN HTTP requests. Whenever the upstream proxy is applying whitelist based on domains...
Could be solved by a resolution of https://github.com/mozilla/multi-account-containers/issues/318 allowing to change SSO settings per container.
Could the reports endpoint usable for that? Especially with the field "latest_report?". https://docs.puppetlabs.com/puppetdb/3.1/api/query/v4/reports.html latest_report? (boolean): return only reports associated with the most recent puppet run for each node. NOTE: this...
This issue describes similar use case as https://github.com/mozilla/multi-account-containers/issues/1966 (description specific for SPNEGO SSO type). Both issue can be merged IMO with enumeration of all types of SSO considered. /cc @dannycolin...
Observing this issue with a VM type VZ and Rosetta emulation enabled (through colima) and Nextjs build using jest-worker. The release notes of Docker Desktop [4.27.2](https://docs.docker.com/desktop/release-notes/#4272) (released **2024-02-08**) mentions: >...
Here is case that hopefully is reproducible. Host is Apple Silicon with Rosetta enabled. ``` % sw_vers ProductName: macOS ProductVersion: 14.3.1 BuildVersion: 23D60 % arch arm64 % arch -arch x86_64...