Rename and relocate CDC Python examples
Moved the CDC example scripts into the protocol directory and added the .py suffix. Fixed all references to these scripts.
This commit is contained in:
5
server/modules/protocol/examples/CMakeLists.txt
Normal file
5
server/modules/protocol/examples/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
install(PROGRAMS cdc.py DESTINATION ${MAXSCALE_BINDIR})
|
||||
install(PROGRAMS cdc_users.py DESTINATION ${MAXSCALE_BINDIR})
|
||||
install(PROGRAMS cdc_last_transaction.py DESTINATION ${MAXSCALE_BINDIR})
|
||||
install(PROGRAMS cdc_kafka_producer.py DESTINATION ${MAXSCALE_BINDIR})
|
||||
install(FILES cdc_schema.go DESTINATION ${MAXSCALE_SHAREDIR})
|
Reference in New Issue
Block a user