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
When I wanna produce a message, how to set ttl of the message?
I can't find it in example.cpp
string line;
while (getline(cin, line)) {
// Set the payload on this builder
builder.payload(line);
// Actually produce the message we've built
producer.produce(builder);
}
The text was updated successfully, but these errors were encountered:
When I wanna produce a message, how to set ttl of the message?
I can't find it in example.cpp
The text was updated successfully, but these errors were encountered: