avatar

Antoine Debuisson

Software Engineer

Markdown Syntax Guide

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.

Reliable Dead Letter Queue (DLQ) using Apache Camel and Kafka

By default, the Kafka consumer will use auto commit, where the offset will be committed automatically in the background using a given interval. Enable Manual Commit 🔗camel.component.kafka.auto-commit-enable=false camel.component.kafka.allow-manual-commit=true The Kafka consumer periodically fetch a set of records and feeds them to the route. If an exception is thrown while processing the current message at offset N. camel.component.kafka.break-on-first-error=true is required to stop processing further messages. Otherwise the next message would be processed and offset N + 1 would be commited.

Placeholder Text

Lorem est tota propiore conpellat pectoribus de pectora summo.

Math Typesetting

Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.

Emoji Support

Emoji can be enabled in a Hugo project in a number of ways.