Skip to content

Commit

Permalink
FAB-16408 Deprecate the Kafka based orderer
Browse files Browse the repository at this point in the history
This PR notes the official deprecation of Kafka and urges users to
migrate to Raft.

Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
  • Loading branch information
Jason Yellick authored and mastersingh24 committed Dec 3, 2019
1 parent b6830f1 commit b8aaafc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release_notes/v2.0.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ consensus type has always been marked non-production and should be in use only
in test environments, however for compatibility it is still available, but may
be removed entirely in a future release.

FAB-16408 - The 'Kafka' consensus type is officially deprecated. The 'Raft'
consensus type was introduced in v1.4.1 and has become the preferred production
consensus type. There is a documented and tested migration path from Kafka to
Raft, and existing users should migrate to the newer Raft consensus type. For
compatibility with existing deployments, Kafka is still supported, but may be
removed entirely in a future release.

Known Vulnerabilities
---------------------
FAB-8664 - Peer should detect and react when its org has been removed
Expand Down

0 comments on commit b8aaafc

Please sign in to comment.