-
Notifications
You must be signed in to change notification settings - Fork 6
Open
0 / 10 of 1 issue completedDescription
e.g. config with subscription messages indented at the wrong level is accepted and no subscription messages for websocket are sent
bad config:
meta:
version: latest
name: websocket-messages-connector
type: websocket-source
topic: TOPIC
create_topic: false
producer:
linger: 0ms
http:
endpoint: ws://127.0.0.1:8080/websocket-echo
subscription_messages:
- 'hello 1'
- 'hello 2'
- 'hello 3'
good config:
meta:
version: latest
name: websocket-messages-connector
type: websocket-source
topic: TOPIC
create_topic: false
producer:
linger: 0ms
http:
endpoint: ws://127.0.0.1:8080/websocket-echo
websocket_config:
subscription_messages:
- 'hello 1'
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels