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
It would be great if arroyo could dynamically write the subject into the sink perhaps by using a reserved column in the sink table.
CREATE TABLE results ( count BIGINT NOT NULL, time TIMESTAMP NOT NULL, subject TEXT ) with ( type = 'sink', connector = 'nats', servers = 'localhost:4222', stream= 'alerts', format = 'json' );