We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff22370 commit d7e33e3Copy full SHA for d7e33e3
server/swimos_connector_kafka/src/config.rs
@@ -124,12 +124,12 @@ pub enum DeserializationFormat {
124
#[default]
125
Bytes,
126
String,
127
- Int32(Endianness),
128
- Int64(Endianness),
129
- UInt32(Endianness),
130
- UInt64(Endianness),
131
- Float32(Endianness),
132
- Float64(Endianness),
+ Int32(#[form(header_body)] Endianness),
+ Int64(#[form(header_body)] Endianness),
+ UInt32(#[form(header_body)] Endianness),
+ UInt64(#[form(header_body)] Endianness),
+ Float32(#[form(header_body)] Endianness),
+ Float64(#[form(header_body)]Endianness),
133
Uuid,
134
Recon,
135
#[cfg(feature = "json")]
0 commit comments