Producer.pushMessage

Pushes the message to the cluster

class Producer
void
pushMessage
(
const(ubyte)[] key
,
const(ubyte)[] value
)

Parameters

key const(ubyte)[]

the message key, may be null

value const(ubyte)[]

the message value, may be null

Meta