You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by sh...@apache.org on 2019/03/25 23:07:23 UTC

[samza] branch master updated: Remove semicolon from sub-headings of 1.1 blog post. (#973)

This is an automated email from the ASF dual-hosted git repository.

shanthoosh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b3089a  Remove semicolon from sub-headings of 1.1 blog post. (#973)
0b3089a is described below

commit 0b3089a2be765f2a51fcccc31dcffa6d44bc08f8
Author: shanthoosh <sv...@linkedin.com>
AuthorDate: Mon Mar 25 16:07:19 2019 -0700

    Remove semicolon from sub-headings of 1.1 blog post. (#973)
---
 ...2019-03-22-announcing-the-release-of-apache-samza--1.1.0.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/_blog/2019-03-22-announcing-the-release-of-apache-samza--1.1.0.md b/docs/_blog/2019-03-22-announcing-the-release-of-apache-samza--1.1.0.md
index f38a226..80d8c10 100644
--- a/docs/_blog/2019-03-22-announcing-the-release-of-apache-samza--1.1.0.md
+++ b/docs/_blog/2019-03-22-announcing-the-release-of-apache-samza--1.1.0.md
@@ -51,7 +51,7 @@ Today Samza forms the backbone of hundreds of real-time production applications
 
 * Features like canaries, upgrades and rollbacks that support extremely large deployments with minimal downtime.
 
-###  **New Features, Upgrades and Bug Fixes:**
+###  **New Features, Upgrades and Bug Fixes**
 This release brings the following features, upgrades, and capabilities:
 
   * We have created a new Samza Stream Processing [video series](https://www.youtube.com/playlist?list=PLZDyxA22zzGyNgtBMUIXAgIaO5Ok3PR-x) 
@@ -61,7 +61,7 @@ This release brings the following features, upgrades, and capabilities:
     code snippets, and examples for using the latest version of 
     Samza with Apache Beam (Code samples are here: [https://github.com/apache/samza-beam-examples](https://github.com/apache/samza-beam-examples))
 
-### **API enhancements and simplifications:**
+### **API enhancements and simplifications**
 
 [SAMZA-1981](https://issues.apache.org/jira/browse/SAMZA-1981): Consolidate table descriptors to samza-api.
 
@@ -81,17 +81,17 @@ This release brings the following features, upgrades, and capabilities:
 
 [SAMZA-2106](https://issues.apache.org/jira/browse/SAMZA-2106): Samza App & Job Config Refactor.
 
-### **State Store Restoration:**
+### **State Store Restoration**
 
 [SAMZA-2018](https://issues.apache.org/jira/browse/SAMZA-2018): State restore improvements using RocksDB writebatch API.
 
-### **Standalone Improvements:**
+### **Standalone Improvements**
 
 [SAMZA-1973](https://issues.apache.org/jira/browse/SAMZA-1973): Unify the TaskNameGrouper interface for yarn and standalone.
 
 [SAMZA-1952](https://issues.apache.org/jira/browse/SAMZA-1952): StreamPartitionCountMonitor for standalone.
 
-### **Other Upgrades and Bug-fixes:**
+### **Other Upgrades and Bug-fixes**
 
 [SAMZA-1638](https://issues.apache.org/jira/browse/SAMZA-1638): Recreate SystemProducer on KafkaCheckpointManager.writeCheckpoint failure.