{"id":19656291,"url":"https://github.com/daggerok/spring-cloud-stream-protobuf-rabbitmq","last_synced_at":"2026-04-16T01:31:55.283Z","repository":{"id":151042085,"uuid":"414012460","full_name":"daggerok/spring-cloud-stream-protobuf-rabbitmq","owner":"daggerok","description":"This repository contains RabbitMQ Protobuf starters with its usage samples for spring-rabbit and spring-cloud-starter-stream-rabbit modules","archived":false,"fork":false,"pushed_at":"2021-11-29T10:10:36.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-22T01:03:19.626Z","etag":null,"topics":["maven","proto","protobuf","protobuf-java","protoc-jar-maven-plugin","protocol-buffers","rabbit","rabbitmq","spring-boot-autoconfigure","spring-boot-starter-amqp","spring-cloud-starter-stream-rabbit","spring-cloud-stream","stream-bridge","streambridge"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daggerok.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2021-10-05T23:49:28.000Z","updated_at":"2023-03-22T16:44:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"60f99b57-c797-4b00-9736-4e3654b27485","html_url":"https://github.com/daggerok/spring-cloud-stream-protobuf-rabbitmq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daggerok/spring-cloud-stream-protobuf-rabbitmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-cloud-stream-protobuf-rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-cloud-stream-protobuf-rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-cloud-stream-protobuf-rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-cloud-stream-protobuf-rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/spring-cloud-stream-protobuf-rabbitmq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-cloud-stream-protobuf-rabbitmq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31867710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["maven","proto","protobuf","protobuf-java","protoc-jar-maven-plugin","protocol-buffers","rabbit","rabbitmq","spring-boot-autoconfigure","spring-boot-starter-amqp","spring-cloud-starter-stream-rabbit","spring-cloud-stream","stream-bridge","streambridge"],"created_at":"2024-11-11T15:27:21.919Z","updated_at":"2026-04-16T01:31:55.259Z","avatar_url":"https://github.com/daggerok.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring cloud stream + RabbitMQ + Protobuf [![CI](https://github.com/daggerok/spring-cloud-stream-protobuf-rabbitmq/actions/workflows/ci.yaml/badge.svg)](https://github.com/daggerok/spring-cloud-stream-protobuf-rabbitmq/actions/workflows/ci.yaml)\nThis repository contains RabbitMQ Protobuf starters with its usage\nsamples for `spring-rabbit` and\n`spring-cloud-starter-stream-rabbit` modules\n\n## Quickstart\n\n```bash\ngit clone --depth=0 https://github.com/daggerok/spring-cloud-stream-protobuf-rabbitmq.git my-app \u0026\u0026 cd $_\n```\n\n```bash\n./mvnw -f rabbitmq docker:start\n./mvnw clean test\n./mvnw -f rabbitmq docker:stop docker:remove\n```\n\n## Integration testing\n\n```bash\n./mvnw -f rabbitmq docker:start\nrm -rf ~/.m2/repository/com/github/daggerok\n./mvnw install -DskipTests\n./mvnw -f consumer spring-boot:start # to create durable queue\n./mvnw -f consumer spring-boot:stop  # to simulate downtime\n./mvnw -f producer spring-boot:start # and post message in a queue:\n#http :8080 message=\"Hello, World\"\ncurl -sSv 0:8080 -H'Content-Type: application/json' -d'{\"message\": \"Hello, World\" }'\n./mvnw -f producer spring-boot:stop # and check logs that message has been received:\n./mvnw -f consumer spring-boot:start\n./mvnw -f consumer spring-boot:stop\n./mvnw -f rabbitmq docker:stop docker:remove\n```\n\n\u003c!--\n\n# Getting Started\n\n### Reference Documentation\n\nFor further reference, please consider the following sections:\n\n* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)\n* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.5.5/maven-plugin/reference/html/)\n* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.5.5/maven-plugin/reference/html/#build-image)\n* [Spring Web](https://docs.spring.io/spring-boot/docs/2.5.5/reference/htmlsingle/#boot-features-developing-web-applications)\n\n### Guides\n\nThe following guides illustrate how to use some features concretely:\n\n* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)\n* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)\n* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)\n\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fspring-cloud-stream-protobuf-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fspring-cloud-stream-protobuf-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fspring-cloud-stream-protobuf-rabbitmq/lists"}