{"id":18966356,"url":"https://github.com/hivemq/hivemq-google-cloud-pubsub-extension-customization-sdk","last_synced_at":"2026-04-22T19:01:12.464Z","repository":{"id":58801836,"uuid":"493659064","full_name":"hivemq/hivemq-google-cloud-pubsub-extension-customization-sdk","owner":"hivemq","description":"Open source Customization SDK for the HiveMQ Enterprise Extension for Google Cloud Pub/Sub that you can use to customize the extension and enrich your data transfer between MQTT and Google Cloud Pub/Sub.","archived":false,"fork":false,"pushed_at":"2026-04-17T21:26:47.000Z","size":483,"stargazers_count":12,"open_issues_count":1,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2026-04-17T23:30:36.345Z","etag":null,"topics":["customization","google-cloud","google-cloud-pubsub","google-cloud-pubsub-extension","hivemq","mqtt","sdk"],"latest_commit_sha":null,"homepage":"https://www.hivemq.com","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/hivemq.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-18T12:44:27.000Z","updated_at":"2026-04-17T21:25:40.000Z","dependencies_parsed_at":"2026-02-06T20:02:54.346Z","dependency_job_id":null,"html_url":"https://github.com/hivemq/hivemq-google-cloud-pubsub-extension-customization-sdk","commit_stats":null,"previous_names":["hivemq/hivemq-gcp-pubsub-extension-customization-sdk"],"tags_count":100,"template":false,"template_full_name":null,"purl":"pkg:github/hivemq/hivemq-google-cloud-pubsub-extension-customization-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivemq%2Fhivemq-google-cloud-pubsub-extension-customization-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivemq%2Fhivemq-google-cloud-pubsub-extension-customization-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivemq%2Fhivemq-google-cloud-pubsub-extension-customization-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivemq%2Fhivemq-google-cloud-pubsub-extension-customization-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hivemq","download_url":"https://codeload.github.com/hivemq/hivemq-google-cloud-pubsub-extension-customization-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivemq%2Fhivemq-google-cloud-pubsub-extension-customization-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32150396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["customization","google-cloud","google-cloud-pubsub","google-cloud-pubsub-extension","hivemq","mqtt","sdk"],"created_at":"2024-11-08T14:36:47.388Z","updated_at":"2026-04-22T19:01:12.389Z","avatar_url":"https://github.com/hivemq.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= HiveMQ Google Cloud Pub/Sub Extension Customization SDK\n\nimage:https://maven-badges.herokuapp.com/maven-central/com.hivemq/hivemq-google-cloud-pubsub-extension-customization-sdk/badge.svg?style=for-the-badge[\"Maven Central\",link=\"https://maven-badges.herokuapp.com/maven-central/com.hivemq/hivemq-google-cloud-pubsub-extension-customization-sdk\"]\nimage:https://javadoc.io/badge2/com.hivemq/hivemq-google-cloud-pubsub-extension-customization-sdk/javadoc.svg?style=for-the-badge[\"javadoc\",link=https://javadoc.io/doc/com.hivemq/hivemq-google-cloud-pubsub-extension-customization-sdk]\n\n== Features\n\nThe HiveMQ Google Cloud Pub/Sub Extension Customization SDK allows the programmatic interaction with the https://www.hivemq.com/extension/hivemq-google-cloud-pubsub-extension/[HiveMQ Enterprise Extension for Google Cloud Pub/Sub].\n\nBy implementing a customization for the HiveMQ Enterprise Extension for Google Cloud Pub/Sub it is possible to:\n\n* Transform a MQTT PUBLISH into multiple or none Google Cloud Pub/Sub messages.\n* Transform a Google Cloud Pub/Sub messages into multiple or none MQTT PUBLISHES.\n\n== Using the SDK\n\nThe HiveMQ Google Cloud Pub/Sub Extension Customization SDK is available in Maven central, so no special configuration is needed.\nTo use the SDK, add the following dependency to your project:\n\nMaven\n[source,xml]\n\n----\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.hivemq\u003c/groupId\u003e\n    \u003cartifactId\u003ehivemq-google-cloud-pubsub-extension-customization-sdk\u003c/artifactId\u003e\n    \u003cversion\u003e4.48.0\u003c/version\u003e\n\u003c/dependency\u003e\n----\n\nGradle\n[source,groovy]\n\n----\nimplementation(\"com.hivemq:hivemq-google-cloud-pubsub-extension-customization-sdk:4.48.0\")\n----\n\n== License\n\nThe HiveMQ Google Cloud Pub/Sub Extension SDK is licensed under the `APACHE LICENSE, VERSION 2.0`.\nA copy of the license can be found link:LICENSE[here].\n\n== Setup\n\nTo be able to use the latest changes of the `hivemq-extension-sdk` please check out the https://github.com/hivemq/hivemq-extension-sdk repository in the same folder as the current project.\n(See line `includeBuild(\"../hivemq-extension-sdk\")` in `settings.gradle.kts`).\n\nNOTE: You can also change the path in the `settings.gradle.kts` to the path of your `hivemq-extension-sdk`.\n\nOtherwise, it will not be possible to publish develop snapshots to your local repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhivemq%2Fhivemq-google-cloud-pubsub-extension-customization-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhivemq%2Fhivemq-google-cloud-pubsub-extension-customization-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhivemq%2Fhivemq-google-cloud-pubsub-extension-customization-sdk/lists"}