@_felipera

DevOps
fromInoio
10 months ago

inoio gmbh | Kafka compaction tuning

Kafka offers two cleanup policies, which seems simple enough: "delete", where data is deleted after a certain amount of time, and "compact", where only the most recent value is kept for any key.
DevOps
fromInoio
10 months ago

inoio gmbh | Eventual Consistency via Kafka Transactional Outbox

Our systems today are typically distributed, and sometimes integrated via an event bus such as Kafka.We store data in a database and publish events to inform other systems of changes.
for comprehension is scala magic!
fromAlvinalexander
1 year ago

ZIO 2: Using Either with ZIO in a Scala for-expression

makeInt returns an Either, converted into a ZIO value using ZIO.fromEither in each line of the for-expression. The for-expression showcases ZIO handling with Either seamlessly.
Scala
[ Load more ]