kayrock v0.1.3 Kayrock.Macros View Source
Useful macros for kafka-related values
use Kayrock.Macros
is a convenient way to use these
Link to this section 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
Link to this section Functions
Link to this macro
earliest_offset() View Source (macro)
Timestamp to supply for the earliest offset
Link to this macro
full_isr_acks() View Source (macro)
Full ISR acks required on produce
Link to this macro
latest_offset() View Source (macro)
Timestamp to supply for the latest offset
Link to this macro
leader_ack() View Source (macro)
Only leader ack required on produce
Link to this macro
no_acks() View Source (macro)
No acks required on produce
Link to this macro
no_error() View Source (macro)
The error code value indicating no error