mqtt-client
Here are 818 public repositories matching this topic...
-
Updated
May 30, 2021 - C#
SQL Insert Statement
Current behavior:
All the SQL activities either don't support Insert or are specific to a usecase
Expected behavior:
to be able to insert to a sql database in an activity
What is the motivation / use case for changing the behavior?
many workflows/pipelines require logging to a database
Additional information you deem important (e.g. I need this tomorrow):
-
Updated
Sep 26, 2020 - Objective-C
-
Updated
Jun 8, 2021 - Java
More stats
Some more stats for perfromace would be nice:
- Messages last minute
- Messages last hour
- Messages last 24h
- Shortest time between messages
- Min/max/average message payload size
-
Updated
Jun 16, 2021 - Vue
-
Updated
Apr 14, 2021 - Python
-
Updated
Oct 6, 2020 - C
Problem or use case
The client is currently only logging errors and warnings. For debugging purposes and during application development, it would be very useful to also have logs detailing the message flow.
Preferred solution or suggestions
TRACE level logging for incoming and outgoing MQTT control packet types, e.g., PUBLISH, SUBSCRIBE, PUBACK, SUBACK.
-
Updated
May 28, 2021 - Python
-
Updated
Jan 5, 2021 - C#
-
Updated
Jun 5, 2021 - C
-
Updated
Jun 15, 2021 - C
-
Updated
Feb 20, 2021 - JavaScript
-
Updated
Mar 1, 2018 - C++
-
Updated
Jan 3, 2021 - Java
-
Updated
Jan 14, 2021 - C
-
Updated
Jun 7, 2021 - Java
-
Updated
May 14, 2016 - Java
-
Updated
Jun 9, 2021 - Python
-
Updated
Jun 1, 2021 - Python
-
Updated
May 23, 2021 - C
-
Updated
Jan 5, 2021 - PHP
Improve this page
Add a description, image, and links to the mqtt-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mqtt-client topic, visit your repo's landing page and select "manage topics."


https://github.com/collectd/collectd/blob/0b2796dfa3b763ed10194ccd66b39b1e056da9b9/src/mysql.c#L772
Hi,
As I saw in the source for the mysql plugin, the collector specifically ignors the Prepared_stmt_count variable.
I would like to have that in the output for collectd as well.
Is it possible to enable this key in the collectd mysql collector?
Unfortunately my C skills are pretty near zer