Skip to content

Commit 626ea6e

Browse files
authored
Build schemas by default (#244)
* Build schemas by default * re-generate
1 parent 64cd939 commit 626ea6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ type Config struct {
7878

7979
// WithAvroSchema determines whether the connector should attach an avro schema on each
8080
// record.
81-
WithAvroSchema bool `json:"logrepl.withAvroSchema" default:"false"`
81+
WithAvroSchema bool `json:"logrepl.withAvroSchema" default:"true"`
8282
}
8383

8484
// Validate validates the provided config values.

source/paramgen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)