pub struct TopicProducerConfigBuilder { /* private fields */ }
Expand description

Builder for TopicProducerConfig.

Implementations

Maximum amount of bytes accumulated by the records before sending the batch.

Time to wait before sending messages to the server.

Partitioner assigns the partition to each record that needs to be send

Compression algorithm used by Fluvio producer to compress data. If there is a topic level compression and it is not compatible with this setting, the producer initialization will fail.

Max time duration that the server is allowed to process the batch.

Isolation level that the producer must respect. Isolation::ReadCommitted waits for messages to be committed (replicated) before sending the response to the caller. Isolation::ReadUncommitted just waits for the leader to accept the message.

Builds a new TopicProducerConfig.

Errors

If a required field has not been initialized.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more