Skip to content

Commit

Permalink
Update modules/ROOT/pages/source/payload-mode.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Ali Ince <[email protected]>
  • Loading branch information
Emrehzl94 and ali-ince authored Oct 30, 2024
1 parent e3d9361 commit 51ed57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/source/payload-mode.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ For example, a string field will be represented as:

== Configuration Recommendations

For production environments where performance and payload simplicity are important, `COMPACT` mode is recommended. If your environment involves schema evolution, temporal data types, or other complex data requirements, `EXTENDED` mode provides the necessary structure for schema compatibility.
`COMPACT` mode is useful and easier to work with when generated messages are consumed with other connectors or applications, and you can relax your schema compatibility mode on target topics. If your environment requires schema compatibility, temporal data types, or you have strong type safety requirements with different converters (`AVRO`, `JSON Schema`, `PROTOBUF` or `JSON Embedded`), `EXTENDED` mode should be preferred.

== Compatibility with Sink Connectors

Expand Down

0 comments on commit 51ed57d

Please sign in to comment.