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
|[websocket](#mqtt_websocket)| Configuration for websocket | object ||
121
-
|[tcp](#mqtt_tcp)| Configuration for TCP | object ||
122
-
|[auth](#mqtt_auth)| Configuration for auth | object ||
123
-
| publicTopics | The MQTT topics which can be subscribed to without authorization. Wildcards using \* are allowed | array | commitments/\*<br/>blocks\*<br/>transactions/\*<br/>block-metadata/\*<br/>outputs/\*|
124
-
| protectedTopics | The MQTT topics which only can be subscribed to with valid authorization. Wildcards using \* are allowed | array ||
125
-
|[subscriptions](#mqtt_subscriptions)| Configuration for subscriptions | object ||
126
-
| maximumClientWritesPending | The maximum number of pending message writes for a client | int | 8192 |
127
-
| clientWriteBufferSize | The size of the client write buffer | int | 2048 |
128
-
| clientReadBufferSize | The size of the client read buffer | int | 2048 |
|[websocket](#mqtt_websocket)| Configuration for websocket | object ||
121
+
|[tcp](#mqtt_tcp)| Configuration for TCP | object ||
122
+
|[auth](#mqtt_auth)| Configuration for auth | object ||
123
+
| publicTopics | The MQTT topics which can be subscribed to without authorization. Wildcards using \* are allowed | array | commitments/\*<br/>blocks\*<br/>transactions/\*<br/>block-metadata/\*<br/>transaction-metadata/\*<br/>outputs/\*|
124
+
| protectedTopics | The MQTT topics which only can be subscribed to with valid authorization. Wildcards using \* are allowed | array ||
125
+
|[subscriptions](#mqtt_subscriptions)| Configuration for subscriptions | object ||
126
+
| maximumClientWritesPending | The maximum number of pending message writes for a client | int | 8192 |
127
+
| clientWriteBufferSize | The size of the client write buffer | int | 2048 |
128
+
| clientReadBufferSize | The size of the client read buffer | int | 2048 |
0 commit comments