820 Commits

Author SHA1 Message Date
Andrii Shvaika
cb1e7047d1 Version set to 4.0.2 2025-07-03 11:28:03 +03:00
ViacheslavKlimov
43017f2ae0 Set version to 4.0.2-RC 2025-06-23 13:10:56 +03:00
ViacheslavKlimov
52d5e3f611 Merge branch 'rc' of github.com:thingsboard/thingsboard into edqs-improvements 2025-05-27 15:42:52 +03:00
ViacheslavKlimov
069f052122 Refactoring and improvements for EDQS 2025-05-27 15:38:32 +03:00
ViacheslavKlimov
95d1b5ebd7 Minor refactoring for TopicPartitionInfo 2025-05-15 11:17:31 +03:00
ViacheslavKlimov
ef65dd9026 Fix missing queue prefixes 2025-05-13 16:41:57 +03:00
ViacheslavKlimov
14f24d2497 Fix readiness status for local EDQS 2025-05-12 11:28:16 +03:00
ViacheslavKlimov
b97c1888f1 EDQS readiness check; refactor API enabling 2025-05-09 19:05:28 +03:00
Igor Kulikov
5fbb3194a7 Version 4.0.1-RC 2025-04-22 10:46:16 +03:00
ViacheslavKlimov
f8bf512a0a Introduce PartitionedQueueResponseTemplate with consumer per partition; use it for EDQS requests processing 2025-04-15 11:51:45 +03:00
ViacheslavKlimov
f361dfeb1e Fix CF entity profiles cache initialization 2025-04-14 18:33:47 +03:00
Viacheslav Klimov
496d3ccea1
Merge pull request #13189 from irynamatveieva/cf-fix
Cf fixes
2025-04-11 17:30:59 +03:00
Andrew Shvayka
0f51c41be6
Merge pull request #13176 from volodymyr-babak/edge-fix-rebalance-too-often
Implement Unique Consumer Groups for Edge Notifications to Improve Stability
2025-04-11 18:17:06 +04:00
IrynaMatveieva
12739b60ce moved initFetchPackSize property to settings 2025-04-11 17:05:04 +03:00
ViacheslavKlimov
de855e5236 Minor improvements for EDQS 2025-04-11 16:56:00 +03:00
Viacheslav Klimov
122dea9feb
Merge pull request #13040 from irynamatveieva/cf-fixes
CF: fixes
2025-04-11 14:09:06 +03:00
Volodymyr Babak
b9924d3530 Merge remote-tracking branch 'upstream/rc' into edge-fix-rebalance-too-often 2025-04-11 12:47:24 +03:00
Volodymyr Babak
cc5d9dbb2c Added sync of fat edge consumer group into per edge group. Fixed clean up edge topics 2025-04-11 12:44:09 +03:00
IrynaMatveieva
48d9aca0ab minor fixes 2025-04-11 12:29:45 +03:00
Volodymyr Babak
9bf528eee5 Edge notification unique topic per edge must have the same group as topic name to avoid rebalance in case other edge disconnects 2025-04-10 18:05:21 +03:00
IrynaMatveieva
d10b928bbc Merge branch 'rc' of github.com:thingsboard/thingsboard into cf-fixes 2025-04-10 16:47:30 +03:00
IrynaMatveieva
4882bf26eb removed entity profile cache 2025-04-10 16:45:24 +03:00
ViacheslavKlimov
59fa19d1c8 Change EDQS consumers poll interval from 125 ms to 25 ms 2025-04-10 11:40:19 +03:00
Volodymyr Babak
68289044c5 TbKafkaSettings - use startswith strategy for consumer props in case direct .get return null 2025-04-09 17:56:47 +03:00
Volodymyr Babak
c443b5e8c6 Add max poll records for edge consumers. silent errors in case of processing edge events 2025-04-09 16:59:37 +03:00
IrynaMatveieva
580c0074d3 used tpi in main consumer manager 2025-04-09 16:59:17 +03:00
IrynaMatveieva
6cf9c1f45b Merge branch 'rc' of github.com:thingsboard/thingsboard into cf-fixes 2025-04-08 15:10:29 +03:00
IrynaMatveieva
434a534ba3 created cf consumer using topic partition info 2025-04-08 15:05:19 +03:00
IrynaMatveieva
88faa2fb75 wip consumer groups 2025-04-07 17:45:45 +03:00
Viacheslav Klimov
68282001ac
Merge pull request #12998 from AndriiLandiak/fix-calculated-field-vc
Fix equals method for CF
2025-04-07 12:12:02 +03:00
IrynaMatveieva
b4c7521f70 fixed tests 2025-04-03 17:08:49 +03:00
IrynaMatveieva
f84e5da9df consumer groups updates 2025-03-31 16:56:34 +03:00
IrynaMatveieva
8fca058be9 fixed conflicts 2025-03-31 08:36:06 +03:00
IrynaMatveieva
fbcfe9281d wip cf consumer groups 2025-03-28 17:02:41 +02:00
ViacheslavKlimov
c50d7a3988 EDQS consumer management refactoring 2025-03-25 16:30:21 +02:00
ViacheslavKlimov
a5404c2b45 EDQS: don't use consumer group management for state topics; single consumer group for requests topic; reduce events topic retention to 24 hours 2025-03-24 17:26:01 +02:00
Andrii Landiak
3f089da378 Fix tbCalculatedFieldNotificationsTopic 2025-03-24 11:57:46 +02:00
Viacheslav Klimov
cb8b7bbbeb
Merge pull request #12990 from thingsboard/fix/edqs
Fixes for EDQS
2025-03-21 14:27:53 +02:00
ViacheslavKlimov
0caa6ad86e Refactoring for EDQS 2025-03-21 14:25:54 +02:00
ViacheslavKlimov
b7604a8d0a Fix NONE partitioning strategy 2025-03-20 17:17:08 +02:00
ViacheslavKlimov
9ddd22edcf EDQS: don't use Kafka manual partitions assignment 2025-03-20 16:12:42 +02:00
IrynaMatveieva
5ee6d41f77 Merge branch 'rc' of github.com:thingsboard/thingsboard into cf-fixes 2025-03-19 15:08:33 +02:00
IrynaMatveieva
f88be5b863 added impl for cf notification producer 2025-03-19 15:07:48 +02:00
IrynaMatveieva
5a5d1e2710 added implementation for cf notification producer 2025-03-18 15:43:14 +02:00
ViacheslavKlimov
daeb398d47 Fix invalid queue admin reference 2025-03-18 12:11:29 +02:00
Viacheslav Klimov
408cbe441a
Merge pull request #12921 from thingsboard/fix/calculated-fields
Fixes for calculated fields
2025-03-17 16:34:46 +02:00
ViacheslavKlimov
e97accadab Fixes for CF consumers and repartitioning; refactoring 2025-03-17 16:30:31 +02:00
YevhenBondarenko
cb4c5fce93 revert accidentally deleted api-usage clearing 2025-03-17 12:41:01 +01:00
Igor Kulikov
3b4ee01aac Version set to 4.0.0-RC 2025-03-14 15:08:04 +02:00
Viacheslav Klimov
9c3858755c
Merge pull request #12191 from YevhenBondarenko/feature/api-usage-improvements
Reduce API usage traffic
2025-03-14 14:35:23 +02:00