@@ -2,18 +2,24 @@ export const enActionsLabel: Record<string, Record<string, string>> = {
2
2
common : {
3
3
health_check_interval : 'Health Check Interval' ,
4
4
query_mode : 'Query Mode' ,
5
- } ,
6
- kafka_producer : {
5
+ max_retries : 'Max Retries' ,
6
+ worker_pool_size : 'Buffer Pool Size' ,
7
+ start_after_created : 'Start After Created' ,
8
+ start_timeout : 'Start Timeout' ,
9
+ request_ttl : 'Request TTL' ,
10
+ inflight_window : 'Inflight Window' ,
11
+ max_buffer_bytes : 'Max Buffer Queue Size' ,
12
+ sql : 'SQL' ,
13
+ batch_size : 'Batch Size' ,
7
14
topic : 'Kafka Topic' ,
8
15
key : 'Message Key' ,
9
16
value : 'Message Value' ,
10
- timestamp : 'Message Timestamp' ,
11
17
compression : 'Compression' ,
12
18
partition_strategy : 'Partition Strategy' ,
13
19
kafka_headers : 'Kafka Headers' ,
14
20
kafka_ext_headers : 'More Kafka Headers' ,
15
- kafka_ext_header_key : 'Kafka Header Key' ,
16
- kafka_ext_header_value : 'Kafka Header Value' ,
21
+ kafka_ext_header_key : 'Key' ,
22
+ kafka_ext_header_value : 'Value' ,
17
23
kafka_header_value_encode_mode : 'Kafka Header Value Encode Mode' ,
18
24
max_batch_bytes : 'Max Batch Bytes' ,
19
25
required_acks : 'Required Acks' ,
@@ -25,17 +31,44 @@ export const enActionsLabel: Record<string, Record<string, string>> = {
25
31
memory_overload_protection : 'Memory Overload Protection' ,
26
32
sync_query_timeout : 'Synchronous Query Timeout' ,
27
33
} ,
34
+ kafka_producer : {
35
+ timestamp : 'Message Timestamp' ,
36
+ kafka_ext_header_key : 'Kafka Header Key' ,
37
+ kafka_ext_header_value : 'Kafka Header Value' ,
38
+ } ,
28
39
http : {
29
40
body : 'Body' ,
30
41
headers : 'Headers' ,
31
42
method : 'Method' ,
32
43
path : 'URL Path' ,
33
- max_retries : 'Max Retries' ,
34
- worker_pool_size : 'Buffer Pool Size' ,
35
- start_after_created : 'Start After Created' ,
36
- start_timeout : 'Start Timeout' ,
37
- request_ttl : 'Request TTL' ,
38
- inflight_window : 'Inflight Window' ,
39
- max_buffer_bytes : 'Max Buffer Queue Size' ,
44
+ } ,
45
+ azure_event_hub_producer : {
46
+ topic : 'Event Hub Name' ,
47
+ key : 'Message Key' ,
48
+ value : 'Message Value' ,
49
+ partition_strategy : 'Partition Strategy' ,
50
+ required_acks : 'Required Acks' ,
51
+ kafka_headers : 'Azure Event Hubs Headers' ,
52
+ kafka_ext_headers : 'Extra Azure Event Hubs headers' ,
53
+ kafka_header_value_encode_mode : 'Azure Event Hubs headers value encode mode' ,
54
+ partition_count_refresh_interval : 'Partition Count Refresh Interval' ,
55
+ max_inflight : 'Max Inflight' ,
56
+ mode : 'Buffer Mode' ,
57
+ per_partition_limit : 'Per-partition Buffer Limit' ,
58
+ segment_bytes : 'Segment File Bytes' ,
59
+ memory_overload_protection : 'Memory Overload Protection' ,
60
+ max_batch_bytes : 'Max Batch Bytes' ,
61
+ query_mode : 'Query mode' ,
62
+ } ,
63
+ gcp_pubsub_producer : {
64
+ attributes_template : 'Attributes Template' ,
65
+ pubsub_topic : 'GCP PubSub Topic' ,
66
+ ordering_key_template : 'Ordering Key template' ,
67
+ payload_template : 'Payload Template' ,
68
+ } ,
69
+ syskeeper_forwarder : {
70
+ target_topic : 'Topic' ,
71
+ target_qos : 'QoS' ,
72
+ template : '"Message Template' ,
40
73
} ,
41
74
}
0 commit comments