From 0ffeaf812187d02f15802115a645b60415963387 Mon Sep 17 00:00:00 2001 From: Di Wu Date: Sat, 16 May 2020 20:38:06 -0700 Subject: [PATCH] Fix comment referring to AWS Kinesis in the Kafka impl I think this kafka CloudLogWritableFile implementation was copy pasted from the Kinesis one and accidentally carried over some incorrect comments. --- cloud/aws/aws_kafka.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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