This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "delayed-email-message", | |
"config": { | |
"connector.class": "io.debezium.connector.mysql.MySqlConnector", | |
"tasks.max": "1", | |
"database.hostname": "mysql", | |
"database.port": "3306", | |
"database.user": "root", | |
"database.password": "rootpass", | |
"database.server.id": "184054", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) ({{{generatorVersion}}}). | |
* https://openapi-generator.tech | |
* Do not edit the class manually. | |
*/ | |
package {{package}}; | |
{{#imports}}import {{import}}; | |
{{/imports}} | |
import io.swagger.annotations.*; |