confluentinc / learn-kafka-courses

Learn the basics of Apache Kafka® from leaders in the Kafka community with these video courses covering the Kafka ecosystem and hands-on exercises.
https://developer.confluent.io/
17 stars 77 forks source link

updated aws_rds_mysql.adoc to create database named mysql01 #27

Closed daveshook closed 2 years ago

daveshook commented 2 years ago

The instructions contained in aws_rds_mysql.adoc directed the student create a database named kafka-data-pipelines but the Hands On: Loading Data from MySQL into Kafka with Kafka Connect exercise expects the database to be named mysql01. This PR updates the text and screenshots so that the student creates a database with the expected name.