Skip to content

Conversation

@garyrussell
Copy link
Contributor

Resolves #948

For example, this can be used by the DeadLetterPublishingRecoverer's
destination resolver to choose a topic based on the group in addition
to the information in the consumer record.

Resolves spring-projects#948

For example, this can be used by the `DeadLetterPublishingRecoverer`'s
destination resolver to choose a topic based on the group in addition
to the information in the consumer record.
* @return the group id.
* @since 2.2.4
*/
public String getGroupId() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still @Nullable?
As well an appropriate message in its Javadocs

@artembilan artembilan merged commit 2907f9c into spring-projects:master Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multi consumer (group) support SeekToCurrentErrorHandler, FailedRecordTracker & DeadLetterPublishingRecoverer?

2 participants