public static interface Subscriber.GroupId
Subscriber groups allow a pool of processes to divide the work of consuming and processing records. These processes can either be running on the same machine or, as is more likely, they can be distributed over many machines to provide scalability and fault tolerance for processing.
Modifier and Type | Method and Description |
---|---|
String |
groupId() |
String groupId()