You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/08/26 00:05:15 UTC

[GitHub] [hudi] nsivabalan commented on a change in pull request #3485: [HUDI-2348] Added blog on "Schema evolution with DeltaStreamer using KafkaSource"

nsivabalan commented on a change in pull request #3485:
URL: https://github.com/apache/hudi/pull/3485#discussion_r696192820



##########
File path: website/blog/2021-08-16-schema-evolution.md
##########
@@ -0,0 +1,39 @@
+---
+title: "Schema evolution with DeltaStreamer using KafkaSource"
+excerpt: "Evolve schema used in Kafkasource of DeltaStreamer to keep data up to date with business"
+author: sbernauer
+category: blog
+---
+
+The schema used for data exchange between services can change change rapidly with new business requirements.
+Apache Hudi is often used in combination with kafka as a event stream where all events are transmitted according to an record schema. In our case a Confluent schema registry is used to maintain the schema and as schema evolves, newer versions are updated in the schema registry.
+

Review comment:
       Can you please add a <!--truncate--> tag here, so that the main blog page will render only up to this tag with a read more link?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org