Skip to content

Commit 8b22b6a

Browse files
authored
Merge pull request SkylineCommunications#664 from SkylineGBO/main
updating Techex Darwin driver help
2 parents 471a312 + 0b1020e commit 8b22b6a

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

connector/doc/Techex_Darwin.md

+7-14
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,19 @@ The microservice-based tx darwin platform is used for live media processing, tra
1212

1313
### Version Info
1414

15-
| Range | Features | Based on | System Impact |
16-
|--------------------|----------------------------|----------|---------------|
17-
| 1.0.0.x | Initial version. | - | - |
18-
| 1.0.1.x [SLC Main] | Update for firmware 1.4.2. | 1.0.0.2 | - |
15+
| Range | Features | Based on | System Impact |
16+
|--------------------|------------------------------|----------|------------------------------------|
17+
| 1.0.0.x | Initial version. | - | - |
18+
| 1.0.1.x | Update for firmware 1.4.2. | 1.0.0.2 | - |
19+
| 1.0.2.x [SLC Main] | Kafka consumption decoupled. | 1.0.0.2 | Generic Kafka Consumer dependency. |
1920

2021
### Product Info
2122

2223
| Range | Supported Firmware |
2324
|---------|--------------------|
2425
| 1.0.0.x | 1.4.0 |
2526
| 1.0.1.x | 1.4.2 |
27+
| 1.0.2.x | 1.4.2 |
2628

2729
### System Info
2830

@@ -49,22 +51,13 @@ HTTP CONNECTION:
4951

5052
For the REST API to work, the **Username** and **Password** need to be configured on the **General** page.
5153

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-
6154
## How to Use
6255

6356
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**.
6457

6558
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.
6659

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.
6861

6962
### Layout
7063

0 commit comments

Comments
 (0)