Slide 1

Slide 1 text

Apache Kafka Short and unreliable introduction Piotr Kafel (@PiotrKafel)

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

Client ● Offsets and Consumer Position (commitAsync, commitSync, OffsetCommitCallback class etc) ● Consumer Groups and Topic Subscriptions (ConsumerRebalanceListener class) ● Subscribing To Specific Partitions ● Controlling The Consumer's Position (seek(), seekToEnd(), seekToBegin()) ● Consumption Flow Control (resume() and pause())

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

Client 0.8.x ● Offsets and Consumer Position (commitAsync, commitSync, OffsetCommitCallback class etc) ● Consumer Groups and Topic Subscriptions (ConsumerRebalanceListener class) ● Subscribing To Specific Partitions ● Controlling The Consumer's Position (seek(), seekToEnd(), seekToBegin()) ● Consumption Flow Control (resume() and pause())

Slide 8

Slide 8 text

Lets see some code and configs!