.NET SDK provides CreateSubscription overload which allows configuring the rule.
public virtual Task<Response<SubscriptionProperties>> CreateSubscriptionAsync(CreateSubscriptionOptions options, CancellationToken cancellationToken = default);
public virtual Task<Response<SubscriptionProperties>> CreateSubscriptionAsync(CreateSubscriptionOptions options, CreateRuleOptions rule, CancellationToken cancellationToken = default);
This issue is to track adding support for the same in Java V7 SDK.
This feature is important because..
While creating a new subscription to an active topic(messages are actively being sent), there is no way users can stop filling up the subscription before the rule filter is added(since the default rule filter is TRUE).
Original issue: Azure/azure-sdk-for-js#12345
@YijunXieMS @hemanttanwar @conniey @ramya-rao-a
.NET SDK provides CreateSubscription overload which allows configuring the rule.
This issue is to track adding support for the same in Java V7 SDK.
This feature is important because..
While creating a new subscription to an active topic(messages are actively being sent), there is no way users can stop filling up the subscription before the rule filter is added(since the default rule filter is TRUE).
Original issue: Azure/azure-sdk-for-js#12345
@YijunXieMS @hemanttanwar @conniey @ramya-rao-a