Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecordGoRuntimeSettings ¶
func RecordGoRuntimeSettings()
RecordGoRuntimeSettings records GOGC settings.
Types ¶
type Server ¶
type Server interface { // Run runs the server. Run(ctx context.Context) error // Close closes the server. Close() // Drain removes tables in the current TiCDC instance. // It's part of graceful shutdown, should be called before Close. Drain() <-chan struct{} }
Server is the interface for the TiCDC server
Click to show internal directories.
Click to hide internal directories.