We are happy to announce the Apache Kafka 4.1.0 release!
Most exciting, Queues for Kafka enters preview status, and the new “streams” rebalance protocol is available as early access.
Thanks a lot to 167 contributors and our RM @MickaelMaison!
https://t.co/DUiDrpIpPN
@coltmcnealy I suspect using AI too much might have an impact on problem solving skills.
You may get an answer faster but there won’t be ownership on the context, thought process and result. May seem harmless on small tasks but definitely a risk in the long run.
NEW POST
Gen AI for software development is the biggest jump up in abstraction since assembler to HLLs, but also a jump sideways.
https://t.co/OFtAyn4DzA
@BancoGuayaquil Intenté realizar una compra con mi tarjeta Mastercard del banco Guayaquil y no funcionó. Afortunadamente tenía tarjeta de otro banco. Pero que mala experiencia.
Our control plane uses LittleHorse. Look how easy it is to debug what happened with a “invite user to organization” workflow.
(Note: the control plane should be ready to go live in a month!)
@coltmcnealy Don’t aim for 100% coverage with e2e tests, instead focus on critical business value and happy paths. Use unit/component tests for everything else. E2e tests shouldn’t change due an implementation detail change.