kapua icon indicating copy to clipboard operation
kapua copied to clipboard

Events broker update

Open MDeLuise opened this issue 2 years ago • 2 comments

Brief description of the PR Currently the events broker is created starting from the old docker image enmasseproject/activemq-artemis:2.2.0-1.

This image cannot be run under arm64 processor, on docker run -it enmasseproject/activemq-artemis:2.2.0-1 the following error is provided: WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested.

This issue is to update the event broker in order to make it works even under arm64 processors.

MDeLuise avatar Jun 09 '22 13:06 MDeLuise

Codecov Report

Merging #3558 (23df919) into develop (5956e47) will decrease coverage by 17.65%. The diff coverage is n/a.

:exclamation: Current head 23df919 differs from pull request most recent head 0c6676f. Consider uploading reports for the commit 0c6676f to get more accurate results

Impacted file tree graph

@@              Coverage Diff               @@
##             develop    #3558       +/-   ##
==============================================
- Coverage      34.80%   17.15%   -17.66%     
+ Complexity       147       72       -75     
==============================================
  Files           1668     1668               
  Lines          31987    31987               
  Branches        2634     2634               
==============================================
- Hits           11133     5486     -5647     
- Misses         19976    26008     +6032     
+ Partials         878      493      -385     
Impacted Files Coverage Δ
...g/eclipse/kapua/kura/simulator/app/Descriptor.java 0.00% <0.00%> (-100.00%) :arrow_down:
...pse/kapua/kura/simulator/GatewayConfiguration.java 0.00% <0.00%> (-100.00%) :arrow_down:
...a/kura/simulator/birth/BirthCertificateModule.java 0.00% <0.00%> (-100.00%) :arrow_down:
.../kapua/service/tag/internal/TagListResultImpl.java 0.00% <0.00%> (-100.00%) :arrow_down:
...age/internal/device/data/KapuaDataMessageImpl.java 0.00% <0.00%> (-100.00%) :arrow_down:
...age/internal/device/data/KapuaDataPayloadImpl.java 0.00% <0.00%> (-100.00%) :arrow_down:
...ua/service/datastore/internal/schema/Metadata.java 0.00% <0.00%> (-100.00%) :arrow_down:
...ervice/authorization/role/shiro/RoleQueryImpl.java 0.00% <0.00%> (-100.00%) :arrow_down:
.../service/datastore/internal/model/DataIndexBy.java 0.00% <0.00%> (-100.00%) :arrow_down:
...vice/authorization/group/shiro/GroupQueryImpl.java 0.00% <0.00%> (-100.00%) :arrow_down:
... and 341 more

codecov[bot] avatar Jun 09 '22 14:06 codecov[bot]

/request-license-review

Coduz avatar Sep 27 '22 08:09 Coduz