Skip to content

[FEATURE REQ] ATOM API Allow configuring "rule" while creating subscription #17384

Description

@HarshaNalluru

.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

Metadata

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.Service Busfeature-requestThis issue requires a new behavior in the product in order be resolved.

Type

No type

Projects

Status
Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions