Alex Barker

Results 5 issues of Alex Barker

### Relevant telegraf.conf ```toml [agent] hostname = "localhost" flush_interval = "1s" [[inputs.mqtt_consumer]] servers = ["tcp://localhost:1883"] client_id = "telegraf-test-message-consumer" topics = ["test/message"] data_format = "xpath_protobuf" xpath_protobuf_file = "test.proto" xpath_protobuf_type = "TestMessage"...

bug

When using VSCode GitHub Copilot Agent and allowing it to run commands in the terminal (Ubuntu in WSL2), it keeps the agent hanging and does not continue after a command...

#### Motivation MQTTx Web and CLI does not support [Protobuf Editions 2023](https://protobuf.dev/editions/overview/) #### Detailed design Support Protobuf Editions 2023 #### Alternatives Do nothing 😊 #### More detail (optional) mqttx pub...

feature

#### 💡 Motivation There is typically a 1:1 mapping between MQTT topics and protobuf message definitions as any one topic can only have an expected protobuf payload (1 payload per...

feature

## Mandatory **Where is the source code for the plugin?** Example, the source code for the `protoc-gen-connect-go` plugin is found here: https://github.com/protocolbuffers/protobuf/tree/main/rust/release_crates ## Optional **Does the plugin have a valid...

Feature