Derek Adams
Derek Adams
Yes, it probably makes sense to have a `name` field. In the short term, you could use the existing `comments` field or a metadata entry to store the data. We...
Thanks for reporting the issue. We're working on fixing a few issues with the build process and should have a solution soon.
It appears that our common Kafka Streams code isn't registering a handler for uncaught exceptions, so the `NullPointerException` is causing the pipeline to be killed. We will add the required...
It will be soon. We have added the ability to build the debug images from the build process, but there are issues at runtime with the images and we are...
Yes, we have added an error handler which should prevent the Kafka Stream thread from stopping when exceptions occur.
We need to revisit this before GA because the earlier versions expected a file system path. We'll need to update those to use k8s secrets rather than file system paths...
Hi @liwh1111 We have not seen that issue with Syncope before. It could be a resource starvation issue since it reports that the collector is not responding. If you restart...
Hi @JPedroAmorim Thanks for the kind words about SiteWhere, we're glad it's helpful to your project! Our Kafka topic names are generated dynamically since each tenant within a SiteWhere instance...
All of the core microservices that provide data-related APIs offer a gRPC API (from `sitewhere-grpc-api` as you mentioned). There are also REST APIs that are made available via the Web/REST...
That definitely looks like a bug in the 2.x admin user interface. We will add it to the 2.x backlog and fix it once 3.0 GA has been released. Thanks!...