Skip to content

🔬 Golang, Kafka, Zookeeper, Debezium, Go Fiber, Sql Server e Slack

Notifications You must be signed in to change notification settings

JailtonJunior94/go-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang + SQL Server + Kafka + Debezium + Slack


Cadastrando um novo conector

POST http://localhost:8083/connectors

{
	"name": "sqlserver-customers-connector",
	"config": {
        "connector.class": "io.debezium.connector.sqlserver.SqlServerConnector",
        "tasks.max": 1,
		"database.hostname": "mssql",
        "database.port": "1433",
		"database.user": "sa",
        "database.password": "@docker@2021",
		"database.dbname": "KafkaPoC",
		"database.server.name": "kafka_poc_server",
        "table.include.list": "dbo.Customers",
		"database.history.kafka.bootstrap.servers": "kafka:9092",
		"database.history.kafka.topic": "dbhistory.customers"
	}
}

About

🔬 Golang, Kafka, Zookeeper, Debezium, Go Fiber, Sql Server e Slack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published