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:
commit
c491b83857
|
@ -166,7 +166,7 @@ fields(producer) ->
|
|||
)},
|
||||
{partition_key,
|
||||
sc(
|
||||
binary(),
|
||||
emqx_schema:template(),
|
||||
#{
|
||||
required => true,
|
||||
desc => ?DESC("partition_key")
|
||||
|
|
Loading…
Reference in New Issue