Class SubscriptionChangeApplicationEvent

java.lang.Object
org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
org.apache.kafka.clients.consumer.internals.events.SubscriptionChangeApplicationEvent

public class SubscriptionChangeApplicationEvent extends ApplicationEvent
Application event indicating that the subscription state has changed, triggered when a user calls the subscribe API. This will make the consumer join a consumer group if not part of it yet, or just send the updated subscription to the broker if it's already a member of the group.
  • Constructor Details

    • SubscriptionChangeApplicationEvent

      public SubscriptionChangeApplicationEvent()