<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>home</title>
    <link>https://www.andreamedda.com/</link>
    <description>Recent content on home</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Sat, 14 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://www.andreamedda.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Let&#39;s play with Sarama transactional API</title>
      <link>https://www.andreamedda.com/posts/play-with-sarama-transactional-api/</link>
      <pubDate>Sat, 14 Jan 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.andreamedda.com/posts/play-with-sarama-transactional-api/</guid>
      <description>Introduction The Golang package Shopify/sarama introduced transactional API for Kafka in release v1.37.2. These implement the Kafka transactional API and enable developing more consistent workflows in our applications.
In short, if you are a sarama user you can now leverage concepts like idempotent producers, satisfy the exactly-once practice for your consumers and generally improve how you handle producing a batch of messages synchronously with no headaches.
I work in the Development Experience organisation at Cloudflare and, between other things I do, I maintain a package that utilises sarama to interact with Kafka.</description>
    </item>
    
    <item>
      <title>A workflow for Protobuf using Buf and GitHub Actions</title>
      <link>https://www.andreamedda.com/posts/go-buf-github-actions/</link>
      <pubDate>Sun, 07 Feb 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.andreamedda.com/posts/go-buf-github-actions/</guid>
      <description>Introduction Recently I&amp;rsquo;ve been working on a new project, and I&amp;rsquo;ve decided to build the backend in Go leveraging a microservice architecture.
I&amp;rsquo;ve also decided to use GRPC as transport for service-to-service synchronous communication as well as Kafka for asynchronous communication.
GRPC leverages protocol buffers (known as protobuf) to compile API contracts to a variety of languages and easily generate stubs for clients and servers.
Protobuf enables writing strongly typed contracts defining how to serialise and deserialize bytes into a given struct or class.</description>
    </item>
    
    <item>
      <title>Archive</title>
      <link>https://www.andreamedda.com/archives/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://www.andreamedda.com/archives/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Resume</title>
      <link>https://www.andreamedda.com/resume/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://www.andreamedda.com/resume/</guid>
      <description> You can Download my Resume here Previous Next &amp;nbsp; &amp;nbsp; Page: / </description>
    </item>
    
    <item>
      <title>Search</title>
      <link>https://www.andreamedda.com/search/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://www.andreamedda.com/search/</guid>
      <description></description>
    </item>
    
  </channel>
</rss>
