This guide describes how to sink data from RisingWave to NATS subjects using the NATS sink connector in RisingWave. Both NATS and NATS JetStream are supported by this connector.
.
), greater than (>
) or asterisks (*
).NUL
or LPT1
.Foo
and foo
would collide on Windows or macOS systems.Field | Notes |
---|---|
server_url | Required. URLs of the NATS server, in the format of address:port . If multiple addresses are specified, use commas to separate them. |
subject | Required. NATS subject that you want to sink data to. |
connect_mode | Required. Authentication mode for the connection. Allowed values:
|
jwt and nkey | JWT and NKEY for authentication. For details, see JWT and NKeys. |
username and password | Conditional. The client user name and password. Required when connect_mode is user_and_password . |
type | Required. Sink data type. Its value should be append-only . |