Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a gateway client SDK for Kapua #701

Merged
merged 1 commit into from Jul 20, 2017

Conversation

ctron
Copy link
Contributor

@ctron ctron commented Jun 27, 2017

This PR brings in a client SDK which allows to connect to Kapua in a modular way, using different transport mechanisms and communication profiles.

@ctron ctron added the Enhancement This PR/Issue improves an part of Kapua label Jun 27, 2017
@ctron ctron added this to the 0.3.0 milestone Jun 27, 2017
@codecov
Copy link

codecov bot commented Jun 27, 2017

Codecov Report

Merging #701 into develop will decrease coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #701      +/-   ##
=============================================
- Coverage      54.85%   54.73%   -0.12%     
  Complexity       370      370              
=============================================
  Files            799      799              
  Lines          18735    18735              
  Branches        1704     1704              
=============================================
- Hits           10277    10255      -22     
- Misses          7787     7810      +23     
+ Partials         671      670       -1
Impacted Files Coverage Δ Complexity Δ
...pse/kapua/transport/mqtt/MqttClientErrorCodes.java 0% <0%> (-100%) 0% <0%> (ø)
...ipse/kapua/transport/mqtt/MqttClientException.java 0% <0%> (-28.58%) 0% <0%> (ø)
...ransport/mqtt/pooling/PooledMqttClientFactory.java 75.86% <0%> (-10.35%) 0% <0%> (ø)
...a/org/eclipse/kapua/transport/mqtt/MqttClient.java 53.57% <0%> (-5.96%) 0% <0%> (ø)
.../broker/core/plugin/KapuaSecurityBrokerFilter.java 72.19% <0%> (+0.51%) 0% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0dfbfc5...e64cf6f. Read the comment docs.

This PR brings in a client SDK which allows to connect to Kapua in a
modular way, using different transport mechanisms and communication
profiles.
@hekonsek
Copy link
Contributor

+1 for merging. I especially like the Kura end-to-end example :) .

@ctron
Copy link
Contributor Author

ctron commented Jun 29, 2017

If there are no objections I would like to merge this early next week.

@ctron
Copy link
Contributor Author

ctron commented Jun 29, 2017

So as just discussed on the call, we will have a more detailed discussion about that next week in London.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This PR/Issue improves an part of Kapua
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants