changefeed

package
v0.0.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

README

ydb_table_changefeed resource

Example

resource "ydb_table_changefeed" "changefeed" {
    table_path        = "path/to/table"
    connection_string = "grpc://localhost:2136/?database=/local"

    name     = "changefeed"
    mode     = "NEW_IMAGE"
    format   = "JSON"
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHandler

func NewHandler(token string) resources.Handler

func PrepareCreateRequest

func PrepareCreateRequest(cdc *changeDataCaptureSettings) string

func PrepareDropRequest

func PrepareDropRequest(tablePath, cdcName string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL