diff --git a/cloud/aws/aws_kafka.cc b/cloud/aws/aws_kafka.cc index fa8e973ac24..8e8228c2ff6 100644 --- a/cloud/aws/aws_kafka.cc +++ b/cloud/aws/aws_kafka.cc @@ -1,7 +1,7 @@ // Copyright (c) 2016-present, Rockset, Inc. All rights reserved. // -// This file defines an AWS-Kinesis environment for rocksdb. -// A log file maps to a stream in Kinesis. +// This file defines an Apache Kafka environment for rocksdb. +// A log file maps to a topic in Kafka. // #include