Coder Social home page Coder Social logo

Comments (3)

switschel avatar switschel commented on September 24, 2024

Currently we support on subscribing on e.g. devices/# while having multiple mappings for sub paths like devices/type1/modelA/+ etc.

If we assume that templateTopic is equal subscriptionTopic this will not be supported anymore. In the example above you have to define the subscription like this devices/type1/modelA/+ for each mapping you want to define. This is more intentional in my view as devices/# is too abstract to define mappings in most cases.
Also subscribing devices/# might lead to a lot of spam message where we don't have any mapping defined, while the more concrete subscription path with "+" option leads to desired messages only.

Btw. "+" should be possible also to be used at the end of a topic path. e.g. devices/+/modelA/+ So we don't care about the type in the middle and deviceID in the end but only modelA.

from cumulocity-dynamic-mapper.

sagIoTPower avatar sagIoTPower commented on September 24, 2024

For the moment we don't change this.
When additional connectors to different backend system/broker, e.g. Kafka, ... have been implemented and the implications are clearer, we might consider this again.
Currently the idea of these to properties are separate but linked:

  • templateTopic -> is used as a key to store the mapping in an internal tree of mappings, for faster lookup at runtime. (in the meantime has been the property templateTopic has been renamed to mappingTopic)
  • subscriptionTopic -> is relevant to subscribe on the connected broker

from cumulocity-dynamic-mapper.

sagIoTPower avatar sagIoTPower commented on September 24, 2024

Close this was implemented. we renamed templateTopic -> mappingTopic

from cumulocity-dynamic-mapper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.