gharris1727 commented on code in PR #14914:
URL: https://github.com/apache/kafka/pull/14914#discussion_r1414330284
##########
docs/design.html:
##########
@@ -494,12 +494,12 @@ <h3 class="anchor-heading"><a id="compaction"
class="anchor-link"></a><a href="#
<li><i>Event sourcing</i>. This is a style of application design which
co-locates query processing with application design and uses a log of changes
as the primary store for the application.
<li><i>Journaling for high-availability</i>. A process that does local
computation can be made fault-tolerant by logging out changes that it makes to
its local state so another process can reload these changes and
carry on if it should fail. A concrete example of this is handling counts,
aggregations, and other "group by"-like processing in a stream query system.
Samza, a real-time stream-processing framework,
- <a
href="http://samza.apache.org/learn/documentation/0.7.0/container/state-management.html">uses
this feature</a> for exactly this purpose.
+ <a
href="httsp://samza.apache.org/learn/documentation/0.7.0/container/state-management.html">uses
this feature</a> for exactly this purpose.
Review Comment:
```suggestion
<a
href="https://samza.apache.org/learn/documentation/0.7.0/container/state-management.html">uses
this feature</a> for exactly this purpose.
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]