{"id":16859530,"url":"https://github.com/raphw/spring-stream-interop","last_synced_at":"2026-03-18T00:31:04.259Z","repository":{"id":57716367,"uuid":"490196278","full_name":"raphw/spring-stream-interop","owner":"raphw","description":"Adds support for using InputStream/OutputStream from Spring's web clients","archived":false,"fork":false,"pushed_at":"2022-05-09T21:17:11.000Z","size":25,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-20T00:50:05.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/raphw.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}},"created_at":"2022-05-09T08:25:31.000Z","updated_at":"2022-12-18T11:55:23.000Z","dependencies_parsed_at":"2022-09-15T11:00:44.140Z","dependency_job_id":null,"html_url":"https://github.com/raphw/spring-stream-interop","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/raphw/spring-stream-interop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphw%2Fspring-stream-interop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphw%2Fspring-stream-interop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphw%2Fspring-stream-interop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphw%2Fspring-stream-interop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raphw","download_url":"https://codeload.github.com/raphw/spring-stream-interop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphw%2Fspring-stream-interop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30637043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T00:09:27.587Z","status":"ssl_error","status_checked_at":"2026-03-18T00:09:26.123Z","response_time":56,"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-10-13T14:18:12.558Z","updated_at":"2026-03-18T00:31:04.235Z","avatar_url":"https://github.com/raphw.png","language":"Java","readme":"Spring stream interoperability\n==============================\n\nThis project offers three integrations:\n\n1. A `WebClientHttpRequestFactory` that redirects the `RestTemplate` API calls to a `WebClient`. Doing so, it is possible to use any connector that is written for the `WebClient` also with `RestTemplate`and to use a single configuration for the client that underlies this web client.\n2. A `JdkClientHttpRequestFactory` for the JDK HTTP client to work with `RestTemplate`: while rest template is not (no longer) officially deprecated, its development has become dormant. If the `RestTemplate` should be used alongside Spring's `WebClient`, this connector allows to use the same underlying client for both APIs.\n3. Decoders and body inserters/extractors for streams: The `InputStreamDecoder` allows to map the result of a request through the `WebClient` to an `InputStream` that makes bytes available as they arrive. For this, it must be registered as a codec in the web client's builder, and the stream must be closed to avoid leaking data. Without a codec, it offers similar integrations to read bodys as streams via streams using `StreamBodyExtractors`. And body's can be written to a request using `StreamBodyInserters`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphw%2Fspring-stream-interop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphw%2Fspring-stream-interop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphw%2Fspring-stream-interop/lists"}