Hono connection for ditto #1719
-
Hi all, Is it possible to create a Hono connection for local ditto through kafka (without using c2e package). If there is a way can you provide me with an sample example and steps to do so and what are the installation required apart from ditto. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hello @BHUVANESHWARI967 , I think we both are working on similar things, even I need help with the same, are you by any chance trying to create a Digital Twin for an application? |
Beta Was this translation helpful? Give feedback.
-
Hello. There is a special Eclipse Hono binding which was added, I believe, in version 3.2. I didn't try configuring it by myself, but according to description this might be the one you're looking for. If you use Ditto with version prior to 3.2, I guess, you'll need to configure Apache Kafka 2.x binding. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have tried creating kafka connection with local ditto which was installed by docker-compose but it showed misconfigured. So, I want an proper documentation for establishing the hono binding with ditto. What are the setup required to achieve this.q |
Beta Was this translation helpful? Give feedback.
For a local development setup I would, in favor of simplicity, always choose docker compose for all dependencies.
For a more advanced and productive setup deploy all to Kubernetes.
Ditto supports both and provides for k8s also a Helm chart.