Slide 8
Slide 8 text
8
IS KAFKA LIKE ANY OTHER MESSAGING SYSTEM?
• Kafka is very powerful but a complex
beast to handle compared to AMQP,
PubSub, JMS and co.
• Developers have to deal with more
low-level details like consumer
groups, managing offsets, partitions,
and error handling.
• Migration from other messaging
system takes time and careful
planning
• Design mistakes are expensive