{"id":13565821,"url":"https://github.com/okp4/kafka-processor-cosmos-tx-dispatch","last_synced_at":"2025-04-03T23:30:39.702Z","repository":{"id":59674573,"uuid":"485338267","full_name":"okp4/kafka-processor-cosmos-tx-dispatch","owner":"okp4","description":"Kafka Streams Processor to dispatch protobuf encoded CØSMOS transactions in topics depending on routing rules","archived":false,"fork":false,"pushed_at":"2024-03-29T09:42:22.000Z","size":1071,"stargazers_count":3,"open_issues_count":10,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-04T19:42:13.943Z","etag":null,"topics":["cosmos-sdk","kafka","kafka-streams","protobuf"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/okp4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-25T11:13:52.000Z","updated_at":"2023-03-18T19:44:05.000Z","dependencies_parsed_at":"2024-01-16T19:01:56.637Z","dependency_job_id":"6c7413df-709b-4bab-800c-018b5375593a","html_url":"https://github.com/okp4/kafka-processor-cosmos-tx-dispatch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"okp4/template-kafka-processor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Fkafka-processor-cosmos-tx-dispatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Fkafka-processor-cosmos-tx-dispatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Fkafka-processor-cosmos-tx-dispatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Fkafka-processor-cosmos-tx-dispatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okp4","download_url":"https://codeload.github.com/okp4/kafka-processor-cosmos-tx-dispatch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247097590,"owners_count":20883121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cosmos-sdk","kafka","kafka-streams","protobuf"],"created_at":"2024-08-01T13:01:56.057Z","updated_at":"2025-04-03T23:30:37.765Z","avatar_url":"https://github.com/okp4.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"# Kafka Processor Dispatch Cosmos TX\n\n[![version](https://img.shields.io/github/v/release/okp4/kafka-processor-cosmos-tx-dispatch)](https://github.com/okp4/kafka-processor-cosmos-tx-dispatch/releases)\n[![build](https://github.com/okp4/kafka-processor-cosmos-tx-dispatch/actions/workflows/build.yml/badge.svg)](https://github.com/okp4/kafka-processor-cosmos-tx-dispatch/actions/workflows/build.yml)\n[![lint](https://github.com/okp4/kafka-processor-cosmos-tx-dispatch/actions/workflows/lint.yml/badge.svg)](https://github.com/okp4/kafka-processor-cosmos-tx-dispatch/actions/workflows/lint.yml)\n[![test](https://github.com/okp4/kafka-processor-cosmos-tx-dispatch/actions/workflows/test.yml/badge.svg)](https://github.com/okp4/kafka-processor-cosmos-tx-dispatch/actions/workflows/test.yml)\n[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![Quarkus](https://img.shields.io/badge/Quarkus-1A2C34?logo=quarkus\u0026logoColor=4695EB)](https://quarkus.io)\n\n## Purpose\n\nKafka Streams Processor that consumes [CØSMOS](https://github.com/cosmos/cosmos-sdk) and [OKP4](https://github.com/okp4/okp4d) Protobuf messages from an `input` topic and dispatch them to `output` topics relying on routing rules.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/overview.png\"\u003e\n\u003c/p\u003e\n\n## Implementation\n\nImplementation mainly relies on [Kafka Streams API](https://kafka.apache.org/documentation/streams), library to create\nevent-stream applications with the following features:\n\n- no external dependency other than Kafka itself,\n- simple and light library,\n- fault-tolerant and scalable.\n\nMoreover, this implementation:\n\n- uses [Kotkin](https://kotlinlang.org/) as primary coding language,\n- uses [Quarkus](https://quarkus.io/) to minimize resources consumption,\n- is as much as possible, lean, i.e. tries to minimize the dependencies to 3rd party libraries and the resulting package\n  footprint.\n\n## Build\n\nThis project targets the [JVM 11+](https://openjdk.java.net/), so be sure to have it available in your environment.\n\nThis project relies on the [Gradle](https://gradle.org/) build system.\n\nIf you are on Windows then open a command line, go into the root directory and run:\n\n```sh\n.\\gradlew build\n```\n\nIf you are on linux/mac then open a terminal, go into the root directory and run:\n\n```sh\n./gradlew build\n```\n\nThis command line produces a _native_ executable: `kafka-processor-cosmos-tx-proto2json-X.Y-runner`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokp4%2Fkafka-processor-cosmos-tx-dispatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokp4%2Fkafka-processor-cosmos-tx-dispatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokp4%2Fkafka-processor-cosmos-tx-dispatch/lists"}