<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ksql on 时光机</title>
    <link>https://doracl.github.io/tags/ksql/</link>
    <description>Recent content in ksql on 时光机</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <copyright>&amp;copy; 2019. All rights reserved.</copyright>
    <lastBuildDate>Thu, 23 May 2019 18:34:10 +0800</lastBuildDate>
    
	<atom:link href="https://doracl.github.io/tags/ksql/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>折腾ksql</title>
      <link>https://doracl.github.io/post/2019/05/20190524/</link>
      <pubDate>Thu, 23 May 2019 18:34:10 +0800</pubDate>
      
      <guid>https://doracl.github.io/post/2019/05/20190524/</guid>
      <description>前提，基于这个项目的dbsinks kafka connector
 创建stream
create stream stream_name with (kafka_topic=&#39;topic&#39;, value_format=&#39;avro&#39;);  SET &#39;auto.offset.reset&#39; = &#39;earliest&#39;;  run select
select after-&amp;gt;&amp;quot;ID&amp;quot; from stream_name limit 1;   </description>
    </item>
    
  </channel>
</rss>