fix(kinesis): partition_key should be of 'template' type
This commit is contained in:
parent
8c0b55a89e
commit
47df968d4a
|
@ -166,7 +166,7 @@ fields(producer) ->
|
|||
)},
|
||||
{partition_key,
|
||||
sc(
|
||||
binary(),
|
||||
emqx_schema:template(),
|
||||
#{
|
||||
required => true,
|
||||
desc => ?DESC("partition_key")
|
||||
|
|
Loading…
Reference in New Issue