You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the REST API to work, the **Username** and **Password** need to be configured on the **General** page.
51
53
52
-
In addition, for the connector to start receiving Kafka messages, the following parameters need to be configured:
53
-
54
-
-**Bootstrap Server**
55
-
-**Port**
56
-
-**Client ID** (optional)
57
-
-**Group ID** (optional)
58
-
59
-
Finally, an entry in the **Kafka Topic Subscriptions** needs to be created specifying the topic name.
60
-
61
54
## How to Use
62
55
63
56
To poll REST API data, the username and password need to be filled in. You can then control the commands that are sent and their frequency using the **Poll Manager Table**.
64
57
65
58
To subscribe to start receiving Kafka messages after configuring the parameters above, click **Consume** to start the connection. The **Connection** parameter on the same page will show if this operation worked.
66
59
67
-
For Kafka messages to work, the **Modules**command in the **Poll Manager Table** needs to be enabled. Once this command has been sent at least once, data will be filled in in the **Schema Modules Table** on the **General** page, and you will be able to control the processing and frequency for each module from there.
60
+
For Kafka messages to work, an element running the **Generic Kafka Consumer**must be running and sending InterApp messages to the Darwin element. Once the **Modules**command in the **Poll Manager Table** is enabled, data will be filled in in the **Schema Modules Table** on the **General** page, and you will be able to control the processing and frequency for each module from there.
0 commit comments