<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vladimir</title>
    <description>The latest articles on DEV Community by Vladimir (@vladada).</description>
    <link>https://dev.to/vladada</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F377805%2F099b4b9b-9634-4ca8-8aba-4719418f07a7.png</url>
      <title>DEV Community: Vladimir</title>
      <link>https://dev.to/vladada</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vladada"/>
    <language>en</language>
    <item>
      <title>How to handle Kafka schema management among many developers?</title>
      <dc:creator>Vladimir</dc:creator>
      <pubDate>Sat, 02 May 2020 01:08:56 +0000</pubDate>
      <link>https://dev.to/vladada/how-to-handle-kafka-schema-management-among-many-developers-3bd4</link>
      <guid>https://dev.to/vladada/how-to-handle-kafka-schema-management-among-many-developers-3bd4</guid>
      <description>&lt;p&gt;On a project with many developers and different environments (local, develop, qa, production), what kind of processes/tools need to be implemented in order to avoid compatibility issues either during CI or later when making release?&lt;/p&gt;

&lt;p&gt;I can't seem to find any guidelines/best practices about this on the web.&lt;/p&gt;

&lt;p&gt;I am leaning towards a solution where developers validate and register new schemas against production Schema Registry. Maybe even creating some web application using Schema Registry REST API to show all schema versions and having ability to edit schema, validate changes (syntax and compatibility) and register new version. Then somehow replicate all new schema versions to other qa and develop environments.&lt;/p&gt;

&lt;p&gt;There are other approaches like keeping schemas inside git repository.&lt;/p&gt;

&lt;p&gt;What do you think?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>help</category>
      <category>kafka</category>
    </item>
  </channel>
</rss>
