Ostrzyciel commented on PR #199: URL: https://github.com/apache/jena-site/pull/199#issuecomment-2365170070
@arne-bdt Hi, glad to hear that! In fact, Jelly was designed with exactly such use cases in mind. One key difference that may help with your use case is that Jelly can carry over state between subsequent MQTT messages, so that you don't have to repeat the prefix, datatype, and other definitions in every message. If you can ensure that the messages arrive in order and none of them get lost (QoS 2, I think), then you can get some pretty big speedups versus other formats that don't do this (see "grouped streaming" here): https://jelly-rdf.github.io/dev/performance/#grouped-streaming-serialization-throughput It will go even faster with gRPC, which has the necessary guarantees out of the box. If you are interested, feel free to reach out to me (ostrzycielnozyc...@gmail.com) or just open an issue in Jelly's repo. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org