OI4 / oi4-oec-service

An OI4-compliant base service covering most of the "mandatory" functionality by the development guideline
MIT License
2 stars 0 forks source link

Fixed MQTT topic for published messages #112

Closed chrfranz closed 1 year ago

chrfranz commented 1 year ago

Fixes the MQTT topic for published messages. There was an undefined subResource for several messages because the subResource and filter-handling is not fully implemented yet.

Before the bugfix: Request topic:: oi4/Registry/a/b/c/d/get/profile/a/b/c/d Response topic: oi4/Registry/a/b/c/d/pub/profile/undefined

After this bugfix: Request topic:: oi4/Registry/a/b/c/d/get/profile/a/b/c/d Response topic: oi4/Registry/a/b/c/d/pub/profile/a/b/c/d