We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85e977 commit bc7f1c2Copy full SHA for bc7f1c2
backup-gcs/src/main/scala/io/aiven/guardian/kafka/backup/gcs/BackupClient.scala
@@ -17,7 +17,7 @@ import scala.concurrent.ExecutionContext
17
import scala.concurrent.Future
18
19
// TODO: GCS implementation currently does not work correctly because of inability of current GCS implementation in
20
-// Alpakka to allows us to commit Kafka cursor whenever chunks are uploaded
+// Alpakka to allow us to commit Kafka cursor whenever chunks are uploaded
21
class BackupClient[T <: KafkaClientInterface](maybeGoogleSettings: Option[GoogleSettings])(implicit
22
override val kafkaClientInterface: T,
23
override val backupConfig: Backup,
0 commit comments