Commit Graph

6 Commits

Author SHA1 Message Date
Ben Hardesty
479563c144 Modularize and refactor tutorial 2020-02-17 11:35:30 -05:00
Chris Cranford
5d7ae4a46c
DBZ-1686 Documentation Changes (#1251)
* DBZ-1686 Remove references to specific DBZ versions; Fix typo reference to db2 connector
2020-02-10 21:38:37 +01:00
Theofanis Despoudis
d0e3c8bf90 Added missing step when deleting customers
When running:
```
DELETE FROM customers WHERE id=1004;
```
I get back:
```
ERROR 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`inventory`.`addresses`, CONSTRAINT `addresses_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`))
```
So I added some instructions on deleting this entry first before continuing.
2019-12-04 18:51:10 +01:00
Navdeep
0b436e27d7 Updated tutorial.adoc
Changed name of the terminal output to check out kafka connect service output.
2019-10-21 11:02:46 -04:00
Braden Staudacher
82dfb05efb Update to docs for small typo 2019-09-27 08:56:56 +02:00
Chris Cranford
88474b73e2 DBZ-317 Integration of Antora documentation framework 2019-09-05 16:48:14 +02:00