Kayrock.Macros (kayrock v1.0.1)

Copy Markdown View Source

Useful macros for kafka-related values

use Kayrock.Macros is a convenient way to use these

Summary

Functions

Timestamp to supply for the earliest offset

Full ISR acks required on produce

Timestamp to supply for the latest offset

Only leader ack required on produce

No acks required on produce

The error code value indicating no error

Functions

earliest_offset()

(macro)

Timestamp to supply for the earliest offset

full_isr_acks()

(macro)

Full ISR acks required on produce

latest_offset()

(macro)

Timestamp to supply for the latest offset

leader_ack()

(macro)

Only leader ack required on produce

no_acks()

(macro)

No acks required on produce

no_error()

(macro)

The error code value indicating no error