Misleading instructions in the Lab: S3 Kafka connect of Event Streaming with Kafka course

In the Lab: S3 Kafka connect, task 8/9, Creating the topic and validating the S3 connector and data; it says in step 3: Create a new Kafka topic named cartevent with one partition and a replication factor of 1. It further advises to use the Kafka console producer for sending the events.

Neither –partitions nor –replication-factor are valid parameters used by kafka-console-producer.sh. I have attached screenshots showing the valid parameters.

Please remove the statement of using the partition and replication factor in step 3.

This is the correct command to run:

Thanks,
@ewiklund