Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
zistvan-public
StreamChain Prototype
Commits
180c65f0
Commit
180c65f0
authored
Mar 27, 2019
by
David Enyeart
Committed by
Gerrit Code Review
Mar 27, 2019
Browse files
Merge "[FAB-14429] Add Raft to intro doc" into release-1.4
parents
3080a7a1
227da3b0
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/source/whatis.md
View file @
180c65f0
...
...
@@ -290,11 +290,11 @@ particular deployment or solution. This modular architecture allows the platform
to rely on well-established toolkits for CFT (crash fault-tolerant) or BFT
(byzantine fault-tolerant) ordering.
In the
currently
available releases, Fabric
offers
a
CFT ordering service
implemented wi
th
[
K
af
ka
](
https://
k
af
ka.apache.org/
)
and
[
Zookeeper
](
https://zookeeper.apache.org/
)
. In subsequent releases, Fabric will
deliver a
[
Raft consensus ordering service
](
https://raft.github.io/
)
implemented
with etcd/Raft and a fully decentralized BFT
ordering
service.
Fabric
currently offers
two
CFT ordering service
implementations. The first is
based on the
[
`etcd` library
](
https://coreos.com/etcd/
)
of
th
e
[
R
af
t protocol
](
https://
r
af
t.github.io/raft.pdf
)
.
The other is
[
Kafka
](
https://kafka.apache.org/
)
(
which
uses
[
Zookeeper
](
https://zookeeper.apache.org/
)
internally). For information about currently available ordering services, check
out our
[
conceptual documentation about ordering
](
../orderer/
ordering
_
service.
html
)
.
Note also that these are not mutually exclusive. A Fabric network can have
multiple ordering services supporting different applications or application
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment