More edits to the LinkedIn case-study. fix rendering

Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/f569a5ce
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/f569a5ce
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/f569a5ce

Branch: refs/heads/master
Commit: f569a5ce67b61955aba03a6c1f0973d9866e84d9
Parents: 7942dbe
Author: Jagadish <jvenkatra...@linkedin.com>
Authored: Mon Oct 15 16:32:56 2018 -0700
Committer: Jagadish <jvenkatra...@linkedin.com>
Committed: Mon Oct 15 16:32:56 2018 -0700

----------------------------------------------------------------------
 docs/_case-studies/linkedin.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/f569a5ce/docs/_case-studies/linkedin.md
----------------------------------------------------------------------
diff --git a/docs/_case-studies/linkedin.md b/docs/_case-studies/linkedin.md
index 1ecb440..66e4108 100644
--- a/docs/_case-studies/linkedin.md
+++ b/docs/_case-studies/linkedin.md
@@ -44,9 +44,9 @@ The _ATC pipeline_ processors aggregate the output from the 
_Relevance_ and the
 
 ATC uses several of Samza features:
 
-**Stateful processing**: The ML models in the relevance module are stored 
locally in RocksDb and are updated realtime time based on user feedback. <br/>
-**Async APIs and Multi-threading**: Samza’s multi-threading and Async APIs 
allow ATC to perform remote calls with high throughput. This helps bring down 
the 90th percentile end-to-end latency for push notifications. <br/>
-**Host affinity**: Samza's incremental checkpointing and host-affinity enable 
ATC to achieve zero downtime during upgrades and instant recovery during 
failures. <br/>
+**1.Stateful processing**: The ML models in the relevance module are stored 
locally in RocksDb and are updated realtime time based on user feedback. 
<br/><br/>
+**2.Async APIs and Multi-threading**: Samza’s multi-threading and Async APIs 
allow ATC to perform remote calls with high throughput. This helps bring down 
the 90th percentile end-to-end latency for push notifications. <br/><br/>
+**3.Host affinity**: Samza's incremental checkpointing and host-affinity 
enable ATC to achieve zero downtime during upgrades and instant recovery during 
failures. <br/><br/>
 
 Key Samza Features: *Stateful processing*, *Async API*, *Host affinity*
 

Reply via email to