File size: 2,888 Bytes
cee9d3c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
    {
        "instruction": "Connect to Kafka topic and get message",
        "input": "mule",
        "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'var_topic'}",
        "text": ""
    },
    {
        "instruction": "Connect to Kafka topic topic001 and get message",
        "input": "mule",
        "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic001'}",
        "text": ""
    },
    {
        "instruction": "Connect to Kafka topic topic002 and get message",
        "input": "mule",
        "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic002'}",
        "text": ""
    },
    {
        "instruction": "Connect to Kafka topic topic003 and get message",
        "input": "mule",
        "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic003'}",
        "text": ""
    },
    {
        "instruction": "Connect to Kafka topic topic004 and get message",
        "input": "mule",
        "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic004'}",
        "text": ""
    },
    {
        "instruction": "Connect to Kafka topic topic005 and get message",
        "input": "mule",
        "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic005'}",
        "text": ""
    },
    {
        "instruction": "Connect to Kafka topic topic006 and get message",
        "input": "mule",
        "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic006'}",
        "text": ""
    },
    {
        "instruction": "Connect to Kafka topic topic007 and get message",
        "input": "mule",
        "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic007'}",
        "text": ""
    },
    {
        "instruction": "Connect to Kafka topic topic008 and get message",
        "input": "mule",
        "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic008'}",
        "text": ""
    },
    {
        "instruction": "Connect to mysql db db001 and get all data from table001",
        "input": "mule",
        "output": "{'category': 'com.ship.mule.db.mysql', 'type':'flow', 'id': 'get_data_from_mysql_table', 'db': 'db001', 'table': 'table001'}",
        "text": ""
    },
    {
        "instruction": "Connect to postgres db db001 and get all data from table001",
        "input": "mule",
        "output": "{'category': 'com.ship.mule.db.postgres', 'type':'flow', 'id': 'get_data_from_postgres_table', 'db': 'db001', 'table': 'table001'}",
        "text": ""
    }
]