MXS-1538: Integrate CDC-Connector into MaxScale
Added the files from the repository to MaxScale. Created a new CMake function for installing development libraries.
This commit is contained in:
9
connectors/cdc-connector/python/cdc_connector.i
Normal file
9
connectors/cdc-connector/python/cdc_connector.i
Normal file
@ -0,0 +1,9 @@
|
||||
%module cdc_connector
|
||||
%include <std_string.i>
|
||||
%include <stdint.i>
|
||||
|
||||
%{
|
||||
#include "../cdc_connector.h"
|
||||
%}
|
||||
|
||||
%include "../cdc_connector.h"
|
||||
Reference in New Issue
Block a user