From 49f838642ca579a533878595ff068f3934d6d9f6 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Tue, 4 Jun 2019 22:19:28 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Spark=5FStreaming=E6=95=B4=E5=90=88Kaf?= =?UTF-8?q?ka.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/Spark_Streaming整合Kafka.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/Spark_Streaming整合Kafka.md b/notes/Spark_Streaming整合Kafka.md index 9a0e0a6..e8e801c 100644 --- a/notes/Spark_Streaming整合Kafka.md +++ b/notes/Spark_Streaming整合Kafka.md @@ -256,7 +256,7 @@ def SubscribePattern[K, V]( + `commitSync`: 用于异步提交; + `commitAsync`:用于同步提交。 -具体提交方式可以参见:[Kafka消费者详解]([https://github.com/heibaiying/BigData-Notes/blob/master/notes/Kafka消费者详解.md) +具体提交方式可以参见:[Kafka消费者详解](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Kafka消费者详解.md)