Bernd Verst
Bernd Verst
In other words, this is a request for every repo to list former maintainers. Not sure this actually needs a specific title or role. Simply: ## Former maintainers - John...
I think the term **emeritus** isn't as universally accessible. For example, it's not a term you would encounter if you didn't attend formal university education (especially in English). Let's call...
As an aside, If someone decides to remain an **approver** but steps down from their **maintainer** role, I think we should still consider them both a **former maintainer** and an...
This is actually now completed @hhunter-ms. See the new metadata field in https://github.com/dapr/components-contrib/pull/3470 -- `useEntraID` which needs to be set to true. The redis server host name must be specified...
Redis Azure support completed and now available in contrib `v1.14.0-rc.3`
@thewilli - release notes are generated separately as part of the release process and activities. This issue is not the release notes. This issue is primarily for active contributors to...
consumerId already has special handling in the runtime today - where the runtime might prepend to it. If I'm understanding correctly, this proposal will prepend "{subscriptionID}-" for the consumergroup /...
@yaron2 i think this issue is about being able to subscribe to a single topic multiple times in the same app with different handlers. This can be done without negative...
> Can you give an example of one? Even for these components, as long as the consumer group is created with the right format and has as the right `subscriptionID`,...
Many components support manually setting the `consumerID` - and that's fine. In runtime there is code that checks for an existing `consumerID` metadata value or it creates a dynamic one....