fix(kinesis): partition_key should be of 'template' type

This commit is contained in:
zmstone 2024-05-10 13:57:38 +02:00
parent 8c0b55a89e
commit 47df968d4a
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ fields(producer) ->
)},
{partition_key,
sc(
binary(),
emqx_schema:template(),
#{
required => true,
desc => ?DESC("partition_key")