{"id":13487059,"url":"https://github.com/spring-projects/spring-pulsar","last_synced_at":"2026-02-17T07:54:30.573Z","repository":{"id":39344165,"uuid":"506397198","full_name":"spring-projects/spring-pulsar","owner":"spring-projects","description":"Spring Friendly Abstractions for Apache Pulsar","archived":false,"fork":false,"pushed_at":"2026-01-20T05:24:21.000Z","size":4546,"stargazers_count":194,"open_issues_count":16,"forks_count":74,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-01-20T05:42:01.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spring-projects.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.adoc","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-22T20:32:27.000Z","updated_at":"2026-01-20T01:47:14.000Z","dependencies_parsed_at":"2024-01-15T22:47:38.638Z","dependency_job_id":"569af9bd-887e-4f60-a868-65f14544e84a","html_url":"https://github.com/spring-projects/spring-pulsar","commit_stats":{"total_commits":856,"total_committers":22,"mean_commits":38.90909090909091,"dds":0.5537383177570093,"last_synced_commit":"48681ba8adf162cd16b207a0732445299acbf354"},"previous_names":["spring-projects-experimental/spring-pulsar"],"tags_count":64,"template":false,"template_full_name":null,"purl":"pkg:github/spring-projects/spring-pulsar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-pulsar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-pulsar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-pulsar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-pulsar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spring-projects","download_url":"https://codeload.github.com/spring-projects/spring-pulsar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-pulsar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":[],"created_at":"2024-07-31T18:00:54.894Z","updated_at":"2026-01-20T07:01:00.514Z","avatar_url":"https://github.com/spring-projects.png","language":"Java","readme":"= Spring for Apache Pulsar image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle\u0026labelColor=02303A[\"Revved up by Develocity\", link=\"https://ge.spring.io/scans?search.rootProjectNames=spring-pulsar-dist\"]\n:docs: https://docs.spring.io/spring-pulsar/reference\n:github: https://github.com/spring-projects/spring-pulsar\n\nSpring for Apache Pulsar provides a basic Spring-friendly API for developing https://pulsar.apache.org/[Apache Pulsar] applications.\n\n**#TIP#**: Most of the ideas in this project are borrowed from the Spring for Apache Kafka project, thus a familiarity with it would help.\n\n== Getting Started\nThe {docs}[reference documentation] includes a {docs}/reference/pulsar.html#quick-tour[quick tour] section.\n\n== Getting Help\nAre you having trouble with Spring for Apache Pulsar? We want to help!\n\n* Check the {docs}[reference documentation]\n* Learn the Spring basics -- Spring for Apache Pulsar builds on many other Spring projects; check the https://spring.io[spring.io] website for a wealth of reference documentation.\nIf you are new to Spring, try one of the https://spring.io/guides[guides].\n// TODO (NYI): * If you are upgrading, read the {github}/wiki[release notes] for upgrade instructions and \"new and noteworthy\" features.\n* Ask a question -- we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-pulsar[`spring-pulsar`].\n* Report bugs with Spring for Apache Pulsar at {github}/issues[github.com/spring-projects/spring-pulsar/issues].\n\n\n\n== Reporting Issues\nSpring for Apache Pulsar uses GitHub's integrated issue tracking system to record bugs and feature requests.\nIf you want to raise an issue, please follow the recommendations below:\n\n* Before you log a bug, please search the {github}/issues[issue tracker] to see if someone has already reported the problem.\n* If the issue doesn't already exist, {github}/issues/new[create a new issue].\n* Please provide as much information as possible with the issue report.\nWe like to know the Spring for Apache Pulsar version, operating system, and JVM version you're using.\n* If you need to paste code or include a stack trace, use Markdown +++```+++ escapes before and after your text.\n* If possible, try to create a test case or project that replicates the problem and attach it to the issue.\n\n\n\n== Building from Source\nYou don't need to build from source to use Spring for Apache Pulsar (binaries in https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and greatest, Spring for Apache Pulsar can be built and published to your local Maven cache using the https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper].\nYou also need JDK 17.\n\n[source,shell]\n----\n./gradlew publishToMavenLocal\n----\n\nThis will build all jars and documentation and publish them to your local Maven cache.\nIt won't run any of the tests.\nIf you want to build everything and run tests, use the `build` task:\n\n[source,shell]\n----\n./gradlew build\n----\n\nNOTE: Some tests rely on a Docker daemon to test against live services using https://www.testcontainers.org/[Testcontainers].\nThese tests will be skipped if a local Docker daemon is not available.\n\nThe above command will build everything and run all unit tests and integration tests except the `PulsarFunctionAdministrationIntegrationTests` which requires the _Pulsar RabbitMQ Connector_ to be downloaded prior to running.\nTo download the connector (one time only) and run the integration test, add a system property to the task as follows:\n\n[source,shell]\n----\n./gradlew build -DdownloadRabbitConnector=true\n----\n\nBy default, the `build` command will run unit tests followed by integration tests.\nIf you want skip tests, use the `-x test` and/or `-x integrationTest` options:\n\n[source,shell]\n----\n./gradlew build -x test -x integrationTest\n----\n\n== Modules\nThere are several modules in Spring for Apache Pulsar. Here is a quick overview:\n\n=== spring-pulsar\nThe main library that provides the API to access Apache Pulsar.\n\n=== spring-pulsar-bom\nProvides a Maven BOM (https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#bill-of-materials-bom-poms[Bill of Materials]) that recommends a consistent version for all Spring for Apache Pulsar published modules.\n\n=== spring-pulsar-cache-provider\nProvides the interfaces for the cache provider used by the main library to cache producers.\n\n=== spring-pulsar-cache-provider-caffeine\nProvides the implementation of the cache provider using a shaded version of Caffeine.\n\n=== spring-pulsar-dependencies\nProvides a Gradle https://docs.gradle.org/current/userguide/java_platform_plugin.html[java-platform] that recommends dependency versions.\n\n=== spring-pulsar-docs\nProvides reference docs and handles aggregating javadocs.\n\n=== spring-pulsar-sample-apps\nProvides sample applications to illustrate Spring for Apache Pulsar functionality as well as provide ability for quick manual verification during development.\n\n=== spring-pulsar-test\nProvides utilities to help with testing Spring for Apache Pulsar applications.\n\n== License\nSpring for Apache Pulsar is Open Source software released under the https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].\n","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-projects%2Fspring-pulsar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspring-projects%2Fspring-pulsar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-projects%2Fspring-pulsar/lists"}