Andrey Afoninsky

Results 10 comments of Andrey Afoninsky

As I understand, it is correct for `libraries` only. According to https://github.com/Homebrew/brew/blob/master/docs/Python-for-Formula-Authors.md ``` ... Homebrew draws a distinction between Python applications and Python libraries ... Homebrew is happy to accept...

As I see, there is no such option in API: https://docs.atlas.mongodb.com/reference/api/clusters-create-one/

Update: I've found according API :) https://docs.atlas.mongodb.com/reference/api/clusters-modify-advanced-configuration-options/

Hello. I assume by saying "retention" you mean if controller propagates changes to member clusters or not? So you're saying (please fix me if I wrong) that to have rule...

I'm fine with any solution which allows me to continue using kubefed, FTC sounds better that nothing :) Now, how do you plan a feature. Is there ETA when it...

``` apiVersion: operator.victoriametrics.com/v1beta1 kind: VMAlert metadata: name: infra spec: extraEnvs: - name: BKS_CLUSTER valueFrom: configMapKeyRef: name: bookings.puppet key: cluster externalLabels: cluster: "%{BKS_CLUSTER}" ```

Additional feedback from early adopters: it would be useful to specify a list of things to check, like "/health?inputs=kafka-test,xxx" Use cases: - sometimes it's required to have a health check...

We are don't use ObjectId too. Instead we generate own unique id from code (various logic for various business purposes). This is common practice. Unfortunately, looks like mongo-connector is totally...

Any updates about this issue? Should i wait for a little, or should i use other sync solution? :(

Hello. Just a small comment/feedback. In our environments this bug is a blocker, so we had to deprecate failog receiver and switch to another (non-opentelemetry related) solution for a specific...