Ryan Currah
Ryan Currah
Leader election is not needed when using JetStream because, like Kafka consumer groups, it supports horizontal scaling through queue subscriptions, which distribute events across multiple sensor instances, ensuring that only...
> This is not my concern. My concern is about the following scenario: > > Sensor s1 has dependencies on es1 && es2, with multiple sensor instances, those events can...
@MenD32 why would you want to allow custom configuration of labels and annotations on a Service?
Hrm that's probably a regression. I will take look next week when I'm back from vacation.
Fixed in my latest change to https://github.com/argoproj/argo-events/pull/3135. We are turning off webhook management as we are using Bitbucket v8 now and it has the ability to manage repository webhooks at...
It skips creating webhooks if the following conditions are not met. ``` func (b BitbucketServerEventSource) ShouldCreateWebhooks() bool { return b.AccessToken != nil && b.Webhook != nil && b.Webhook.URL != ""...
We at CrowdStrike wrote https://github.com/CrowdStrike/csproto to migrate off of gogoprotobuf. The migration guide is here that covers almost step by step what you need to do https://github.com/CrowdStrike/csproto/blob/main/docs/migration_guide.md. The library solves...
Even if you don't use `csproto` the migration guide covers a lot of steps we needed to do to successfully migrate away.
Not to detract from @JPZ13 comment but the protobuf tooling is getting better. A lot of organizations are adopting https://buf.build which is making life easier for using protobufs.
In our deployment we only use one namespace for workflows, the workflows have around 10 labels, 7 of the labels are ones we added the rest are from argo. Result...