tet123/documentation/modules/ROOT/partials/assemblies/tutorial/as_starting-services.adoc
Alexander Schwartz 13dbc1f31c DBZ-1944 moving files that are used only in includes to partials
... so that Antora doesn't create a separate page for them that would be meaningless or confusing to users or search engines
2020-04-09 08:29:46 +02:00

34 lines
1.4 KiB
Plaintext

// Metadata created by nebel
//
// UserStory: As an evaluator, I want to quickly start the Kafka, Debezium, and MySQL services so that I can register the MySQL connector with a sample database.
:context: debezium
[id="starting-services"]
= Starting the services
Using {prodname} requires three separate services:
http://zookeeper.apache.org[ZooKeeper], Kafka, and the {prodname} connector service.
In this tutorial,
you will set up a single instance of each service using http://docker.com[Docker] and https://hub.docker.com/u/debezium/[the {prodname} Docker images].
To start the services needed for this tutorial, you must:
* xref:starting-zookeeper[Start Zookeeper]
* xref:starting-kafka[Start Kafka]
* xref:starting-mysql-database[Start a MySQL database]
* xref:starting-mysql-command-line-client[Start a MySQL command line client]
* xref:starting-kafka-connect[Start Kafka Connect]
include::{partialsdir}/modules/tutorial/c_considerations-running-debezium-with-docker.adoc[leveloffset=+1]
include::{partialsdir}/modules/tutorial/p_starting-zookeeper.adoc[leveloffset=+1]
include::{partialsdir}/modules/tutorial/p_starting-kafka.adoc[leveloffset=+1]
include::{partialsdir}/modules/tutorial/p_starting-mysql-database.adoc[leveloffset=+1]
include::{partialsdir}/modules/tutorial/p_starting-mysql-command-line-client.adoc[leveloffset=+1]
include::{partialsdir}/modules/tutorial/p_starting-kafka-connect.adoc[leveloffset=+1]