Merge pull request #13014 from zmstone/0510-add-is_template-for-kinesis-partition-key

fix(kinesis): partition_key should be of 'template' type
This commit is contained in:
Zaiming (Stone) Shi 2024-05-10 16:11:35 +02:00 committed by GitHub
commit c491b83857
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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