Skip to content

Commit

Permalink
Merge branch 'release/v0.3.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 26, 2023
2 parents dfe8084 + 51e3eee commit c0fff2f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy-versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"text":"latest","key":"latest","tag":"v0.3.1"}]
[{"text":"latest","key":"latest","tag":"v0.3.2"}]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zilla-docs",
"version": "0.3.1",
"version": "0.3.2",
"description": "The official documentation for the aklivity/zilla open-source project",
"keywords": [],
"author": "aklivity.io",
Expand Down
2 changes: 1 addition & 1 deletion src/concepts/kafka-proxies/mqtt-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ bindings:

## Try it out

Go check out the [MQTT Kafka Reflect example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect) or the [JWT Auth example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect.jwt) example for a full implementation of an MQTT proxy.
Go check out the [MQTT Kafka Reflect example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker) or the [JWT Auth example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker.jwt) example for a full implementation of an MQTT proxy.
6 changes: 3 additions & 3 deletions src/tutorials/mqtt/mqtt-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@ docker-compose down
```

::: tip See more of what Zilla can do
Go deeper into this concept with the [mqtt.kafka.reflect](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect) example.
Go deeper into this concept with the [mqtt.kafka.broker](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker) example.
:::

## Going Deeper

Try out more MQTT examples:

- [mqtt.kafka.reflect](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect)
- [mqtt.kafka.reflect.jwt](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect.jwt)
- [mqtt.kafka.broker](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker)
- [mqtt.kafka.broker.jwt](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker.jwt)
4 changes: 2 additions & 2 deletions src/tutorials/quickstart/kafka-proxies.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ An [mqtt-simulator](https://github.com/DamascenoRafael/mqtt-simulator) is includ
::: note Going Deeper
Zilla can be configured for more use cases we can't cover in this quickstart. Here are some other interesting examples you will want to check out.

- [MQTT Kafka example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect)
- [JWT Auth example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.reflect.jwt)
- [MQTT Kafka example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker)
- [JWT Auth example](https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker.jwt)
:::

## Metrics
Expand Down

0 comments on commit c0fff2f

Please sign in to comment.