Stanley Law

Results 7 issues of Stanley Law

Add configmap checksum for automatically roll deployments on coordinator and worker: - `depolyment-coordinator` : `configmap-catalog.yaml` & `configmap-coordinator.yaml` - `deployment-worker` : `configmap-worker.yaml`

cla-signed

Closes [#515225](https://github.com/apache/airflow/issues/51522). Why ----- While using the `MessageQueueTrigger` in Airflow 3.0+, the parameters in the common message queue trigger are not specific enough, leading to potential issues like unclear usage,...

area:providers
kind:documentation
provider:apache-kafka

### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? ## What Happened When below trigger was started and there was...

kind:bug
area:core
area:Triggerer
needs-triage

When I followed the [consumer-config document](https://docs.confluent.io/platform/current/installation/configuration/consumer-configs.html#fetch-max-wait-ms) and initial Consumer with additional config, following error occurred: `No such configuration property: "fetch.max.wait.ms"` ![Image](https://github.com/user-attachments/assets/7994bff2-142f-4f3a-ad03-b44b6de488c2) > [!NOTE] > Rewrite to `fetch.wait.max.ms` and the error...

status:needs-more-info

## Issue There's a discrepancy between the parameter name used in the confluent-kafka-python library and what's documented in the official Confluent documentation: - The Python client requires `fetch.wait.max.ms` (correct parameter)...

# Rationale for this change This pull request introduces a Trino service to the Docker Compose development environment, addressing the need for broader integration testing capabilities as discussed in issue...

# Rationale for this change This PR introduces support for multi-part namespaces, enabling more flexible and organized data layouts. This feature allows users to structure their tables within nested hierarchies...