nc = Nats.connect() JetStream js = nc.JetStream() js.publish("destination", "message".getBytes("UTF-8")) where the sender creates a byte array immediately ...
確定! 回上一頁