You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add priority group options
* Add support for priority groups in pull consumers
This commit introduces priority group configuration for JetStream pull consumers. Implements behavior for `NextAsync`, `FetchAsync`, and `ConsumeAsync` with priority group settings. Unsupported cases like multiple groups and certain priority policies are handled with exceptions.
* Fix format
/// Defines a collection of priority groups for a pull consumer.
260
+
/// </summary>
261
+
/// <remarks>
262
+
/// The priority group names must conform to the requirements outlined in ADR-6: alphanumeric characters, dashes, underscores, forward slashes, or equals signs are allowed, with a maximum length of 16 characters per group.
263
+
/// Configuring this property for a push consumer will result in an error.
0 commit comments