John Mille
John Mille
Hello. It is a question rather than an issue but unsure where to ask. Basically, let's assume we have a YAML document somewhere and we want to integrate the CFN...
## 1. AWS::MSK::NewResource-ClusterConfiguration ## 2. Scope of request Support for MSK Configuration https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kafka.html#Kafka.Client.create_configuration ## 3. Expected behavior I can create a new MSK configuration and !Ref it to my Cluster....
Simply requesting to update dependency `click` to support >=8.0 Also python 3.6 has reach EOL on 23 Dec 2021 so one might want to bump that in conda etc. Just...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/mesh/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik Mesh community forum](https://community.traefik.io/c/traefik-mesh) and didn't...
Hello, Confluent recently announced Kafka 2.8 which is going to have a self-managed quorum system (see https://www.confluent.co.uk/blog/kafka-2-8-0-features-and-improvements-with-early-access-to-kip-500/#kip-500). So for people using the latest kafka versions, the requirement to use zookeeper...
I was just wondering if it would be possible, for clients implementations, to have a published schema of the HTTP Replies from burrow to be able to do some validation...
As a developer for an external ecs compose-x module, I might have multiple `x-` and models to load from the same repository. Currently I'd have to create one ecs-compose-x extension...
When using AWS CloudWatch (possibly support FireLens + cloudwatch) I would like an easy way to create metrics filters. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html ```yaml services: my-app: x-logging: LogFilters: Filters: [AWS::Logs::MetricFilter] ``` CW Names...
As a user, if I have multiple profiles configured in my environment, I'd like to be able to indicate which one to use to perform lookup and other API operations,...
Using x-alarms and x-dashboards, I'd like to be able to define which alarms I'd like to see the status along the service metrics ```yaml x-alarms: cpu-alarm: {} x-dashboards: my-main-dashboard: Services:...