Data Replication

Expand all | Collapse all

Automating Kafka replication agent instance creation

  • 1.  Automating Kafka replication agent instance creation

    Posted Thu September 30, 2021 02:39 PM
    Hi,

    I'm currently trying to automate the creation of a Kafka replication agent instance but I can't find a solution.
    Normally the dmconfigurets command is used to do such a task but it is only available in console mode (not in batch mode).

    Any idea on how to do this?

    Thanks!

    ------------------------------
    Emmanuel Côté
    ------------------------------


    #DataReplication
    #DataIntegration


  • 2.  RE: Automating Kafka replication agent instance creation

    Posted Thu October 28, 2021 02:19 AM
    Hello you can use the dmexportconfiguration command to export the instance details to XML and the importconfiguration command to import into a new instance
    The dmexportconfiguration is run interactively as it asks for the password, but the dmimportconfiguration command can be run in batch.

    If you have configured TLS encryption you will need to carry out additional steps I believe.

    ------------------------------
    Robert Philo
    ------------------------------