Skip to content

Feature Request: Provide DestinationTopic.Properties#isRetryTopic() method #2377

@vivekragunathan

Description

@vivekragunathan

Based on @tomazfernandes's request, filing this feature request for a DestinationTopic.Properties#isRetryTopic() method. There are currently isMainTopic and isDltTopic methods but not a isRetryTopic method.

Workaround today is:

Boolean isRetryTopic = !properties.isMainTopic() && !properties.isDltTopic();

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions