Quick setup and running - in a SpringBoot application just add annotation @KafkaListener to your Consumer and you are good to go. Also you can explore more complex setups while using a running application. Also horizontal scalability is a big like.
It felt quite complicated . The solutioning had quite long process of sending a request from database to the outbound application
Easy to setup, works on cheap hardware.
The auto-heal isn't reliable and the process to manually intervene is painful, not exact, and does not scale. Performance suffers when the volumes aren't at 100% health. If underlying I/O isn't consistent the volume can wobble. Community support isn't all...
Quick setup and running - in a SpringBoot application just add annotation @KafkaListener to your Consumer and you are good to go. Also you can explore more complex setups while using a running application. Also horizontal scalability is a big like.
Easy to setup, works on cheap hardware.
It felt quite complicated . The solutioning had quite long process of sending a request from database to the outbound application
The auto-heal isn't reliable and the process to manually intervene is painful, not exact, and does not scale. Performance suffers when the volumes aren't at 100% health. If underlying I/O isn't consistent the volume can wobble. Community support isn't all...