Course of Projections with Kafka

Javier FerrerRafa Gómez

By Javier Ferrer y Rafa Gómez Software Design and Architecture

Learn to simplify your projections using Apache Kafka.

💸 First lesson available without registration 💸

If we want our infrastructure to scale, we need to apply projections.

But this has a problem. For example, to do the projection of a product, we have to listen to:

  • ProductCreated: To start the projection.
  • 📚 ProductRenamed: Every time the name is modified, we update it.
  • 🖼️ ProductImageAdded: Add each new image of the product.
  • …: All the mutations that a product has basically.

This means we have to write a lot of code to maintain this projection that does not add value. And the worst part is that every team that wants its projection has to do the same.

Fortunately, there is an alternative, and that’s what we explain in the course. You can use Kafka combined with Compacted Topics to greatly reduce all the boilerplate required to have our projections.

Related courses

Pay according to your needs

lite (only monthly)

19 €
per month

standard

24,92 €
Save vs monthly of 49 €
Annual payment of 299
per month
  • Main catalog to master writing maintainable, scalable, and testable code
  • Receive job offers verified by Codely
  • Company invoice
Save 189 €

premium

33,25 €
Save vs monthly of 89 €
100 € anniversary discount
Annual payment of 399
per month
  • Exclusive AI courses to keep you always up to date
  • Early access to new courses
  • Discount on workshops
  • Receive job offers verified by Codely
  • Company invoice

We won't increase the price while your subscription is active

Course of Projections with Kafka ﹤🍍﹥ Codely