Setting up custom database for store forward fucntionality #161
Replies: 1 comment 2 replies
-
The documentation explains how to create your own
Store and Forward is independent of the Are you using the built-in HTTP or MQTT export function? |
Beta Was this translation helpful? Give feedback.
-
Hi
I have gone through the https://docs.edgexfoundry.org/3.0/microservices/application/AdvancedTopics/#store-and-forward documentation for enabling the store forward functionality and the example describing the custom database store like jetstream.
we tried to setup Edgex with docker compose in local with mqtt as message bus so that we can configure a different database in the Database section of common configuration. After restarting, in the metadata service we are getting error saying
"couldn't create database client: Unsupported database type"
and may be below code is causing this.We need help on understanding on if some other custom database like Minio or Cassandra can be used to store the data for the Store forward use case? Also, a detailed example helps in setting up the store forward along with existing Redis/mqtt message bus would be really helpful.
Beta Was this translation helpful? Give feedback.
All reactions