Skip to content

Commit

Permalink
changed publish date of blog post
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
  • Loading branch information
thjaeckle committed Apr 25, 2018
1 parent ae762f7 commit 97b0624
Showing 1 changed file with 7 additions and 3 deletions.
@@ -1,21 +1,21 @@
---
title: "Ditto's connectivity capabilities are getting pimped"
published: true
permalink: 2018-04-16-connectivity-service.html
permalink: 2018-04-25-connectivity-service.html
layout: post
author: thomas_jaeckle
tags: [blog]
hide_sidebar: true
sidebar: false
---

TODO adjust date before publishing blog post

It has been quite lately on our website and on GitHub as the Ditto team currently prepares its new `connectivity`
microservice. Until now Ditto's `amqp-bridge` service could connect to AMQP1.0 endpoints
(e.g. [Eclipse Hono](https://www.eclipse.org/hono/)).

That worked quite well, but still had some issues:


* failover/reconnection was not always done properly
* the current connection state could not yet be retrieved
* AMQP 1.0 is a great protocol including [reactive principles](https://www.reactivemanifesto.org) but it still is not very "mainstream"
Expand Down Expand Up @@ -66,6 +66,8 @@ cloud in the structure and [protocol](protocol-overview.html) Ditto requires. Th
like Ditto running in the cloud mirroring them as digital twins.

That's why we added a JavaScript based payload mapping to the `connectivity` service which is responsible for:


* transforming text- or byte-payload from messages consumed via a `source` of a created connection to
[Ditto Protocol](protocol-overview.html) [commands](basic-signals-command.html) and [messages](basic-messages.html)
* transforming back [responses](basic-signals-commandresponse.html) issued by commands and [events](basic-signals-event.html)
Expand All @@ -77,6 +79,8 @@ The `incoming` and `outgoing` scripts must be configured when creating a new con

## Example
Please find more information and examples at:


* [Connectivity overview](connectivity-overview.html)
* [Payload mapping in connectivity](connectivity-mapping.html)

Expand Down

0 comments on commit 97b0624

Please sign in to comment.