Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dynamic ¶ added in v0.28.0
Dynamic starts up a new GRPC client connected to the dProxy service and receives a stream of outbound replay messages which are then written to the message bus.
Types ¶
type NatsStreaming ¶
type NatsStreaming struct { Options *cli.Options MsgDesc *desc.MessageDescriptor Client *nats.Conn StanClient stan.Conn // contains filtered or unexported fields }
func (*NatsStreaming) Read ¶
func (n *NatsStreaming) Read() error
func (*NatsStreaming) Write ¶
func (n *NatsStreaming) Write(value []byte) error
Write publishes a message to a NATS streaming channel. The publish is synchronous, and will not complete until an ACK has been received by the server
Click to show internal directories.
Click to hide internal directories.