You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Vincent BALLADA (Jira)" <ji...@apache.org> on 2022/01/07 08:22:00 UTC

[jira] [Created] (BEAM-13608) Dynamic Topics management

Vincent BALLADA created BEAM-13608:
--------------------------------------

             Summary: Dynamic Topics management
                 Key: BEAM-13608
                 URL: https://issues.apache.org/jira/browse/BEAM-13608
             Project: Beam
          Issue Type: Improvement
          Components: io-java-jms
            Reporter: Vincent BALLADA
            Assignee: Vincent BALLADA


JmsIO write function is able to publish messages to topics with static names:

company/employee/id/1234567.

Some AMQP/JMS broker provides the ability to publish to dynamic topics like:

company/employee/id/\{employeeId}

If we want to handle that with Apache Beam JmsIO, we must create a branch per employeeId, which is not suitable for a company with thousand of employee, or other similat use cases.

The JmsIO write function should provide the ability to handle dynamic topics.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)