Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update fluvio #96

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ serde = {version = "1.0", default-features = false }
rumqttc = { version = "0.24" }
rustls = { version = "0.22" }

fluvio = { git = "https://github.com/infinyon/fluvio", tag = "v0.11.8" }
fluvio-connector-common = { git = "https://github.com/infinyon/fluvio", tag = "v0.11.8", features = ["derive"] }
fluvio = { git = "https://github.com/infinyon/fluvio", tag = "v0.11.9" }
fluvio-connector-common = { git = "https://github.com/infinyon/fluvio", tag = "v0.11.9", features = ["derive"] }
fluvio-future = { version = "0.6.2", default-features = false }
4 changes: 2 additions & 2 deletions Connector.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "mqtt-source"
group = "infinyon"
version = "0.2.6"
version = "0.2.7"
apiVersion = "0.1.0"
fluvio = "0.11.8"
fluvio = "0.11.9"
description = "MQTT source connector"
license = "Apache-2.0"
visibility = "public"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This is an example of connector config file:
# config-example.yaml
apiVersion: 0.1.0
meta:
version: 0.2.6
version: 0.2.7
name: my-mqtt-connector
type: mqtt-source
topic: mqtt-topic
Expand Down Expand Up @@ -103,7 +103,7 @@ The previous example can be extended to add extra transformations to outgoing re
# config-example.yaml
apiVersion: 0.1.0
meta:
version: 0.2.6
version: 0.2.7
name: my-mqtt-connector
type: mqtt-source
topic: mqtt-topic
Expand Down
Loading