root

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2024 License: BSD-3-Clause Imports: 3 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Zync = &charm.Spec{
	Name:  "zync",
	Usage: "zync command [options] [arguments...]",
	Short: "synchronize a Zed lake with Kafka",
	Long: `
Zync interconnects a Zed lake with Kafka/Avro using the Kafka Schema Registery.
Syncronization can flow in either direction with the "sync from" or "sync to"
subcommands.  Zync also includes some simple support for consuming and
producing data on Kafka topic as Avro to/from the Zed formats.  See the
"consume" and "produce" subcommands for more details.

Zync requires a schema registry and is configured using two files
in ~/.zync.

Currently, zync supports only SASL authentication but it will be
easy to add support for any other schemes supported by your Kafka
installation.

The kafka.json file should have the form
of http://github.com/brimdata/zync/kafka.json.

The schema_registry.json file should have the form
of http://github.com/brimdata/zync/schema_registry.json.
`,
	New: New,
}

Functions

func New

func New(parent charm.Command, f *flag.FlagSet) (charm.Command, error)

Types

type Command

type Command struct {
	charm.Command
}

func (*Command) Run

func (c *Command) Run(args []string) error

Jump to

Keyboard shortcuts

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