Azure Storage Queues binding spec

To setup Azure Storage Queues binding create a component of type . See this guide on how to create and apply a binding configuration.

Warning

以上示例将密钥明文存储, It is recommended to use a secret store for the secrets as described here.

字段名为 ttlInSeconds

可以在队列级别 ( 如上所述) 或消息级别定义生存时间。 在消息级别定义的值会覆盖在队列级别设置的任何值。

字段名为 ttlInSeconds

You can run Kafka locally using Docker image. To run without Docker, see the getting started guide here.

  1. -H "Content-Type: application/json" \
  2. -d '{
  3. "message": "Hi"
  4. },
  5. "metadata": {
  6. "ttlInSeconds": "60"
  7. }'