sprijk

Results 12 comments of sprijk

I would expect an array of a single objects here, am I wrong?

Exactly, I mean as a measure of time! Any ideas? Op ma 28 mei 2018 om 16:29 schreef Julian Mazzitelli < [email protected]>: > Sorry for late reply I must have...

for now it seems to be best to change the default serializer with an adjusted version in the options object

well, how would we handle backward compatibility for people who are currently calling the `send()`/`emit()` functions like ```ts kafkaClient.emit(TOPIC_NAME, { value: { time: 1, value: 12 } }) ``` trusting...

Hi @arunnechlani, I'm trying changes to the helm chart as well. Of course in the same time, I'm pretty new to the Thingsboard itself and its internals. Currently I'm running...

As `thingsboard-node` runs its own web ui, it kind of looks like `thingsboard-node` is actually still running in monolith mode..

should be pretty easy as this information is alread present in `AlarmInfo` https://github.com/thingsboard/thingsboard/blob/633411f9e13bbdfb9907dd8ac5bb44507d463937/common/data/src/main/java/org/thingsboard/server/common/data/alarm/AlarmInfo.java#L39 and add `.alarmOriginatorLabel(alarmInfo.getOriginatorLabel()` under this line https://github.com/thingsboard/thingsboard/blob/633411f9e13bbdfb9907dd8ac5bb44507d463937/application/src/main/java/org/thingsboard/server/service/notification/rule/trigger/AlarmAssignmentTriggerProcessor.java#L64 This way the alarm originator can be designated as i.e....

well, I hope! I did not try this out yet. I am not too familiar with the code base yet

Hi, thanks for the pointers! Too bad it does not work for me it seems.. Anyway, I guess I'd probably need to wait for an Xcode update or downgrade