You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
Additional context
Like with #2509, it will help adoption of PubSub, if it was possible to use it in Spring Batch, with the same interface as the rest of the readers and writers.
The text was updated successfully, but these errors were encountered:
I think this makes sense. We haven't yet provided any support for Spring Batch, but it's a pretty popular project in the Spring ecosystem. As always, contributions are welcome.
Is your feature request related to a problem? Please describe.
As a Spring batch developer, I want to be able to read and write to and from a Google PubSub, using the patterns in Spring Batch
https://docs.spring.io/spring-batch/docs/4.2.x/reference/html/readersAndWriters.html#itemReader
https://docs.spring.io/spring-batch/docs/4.2.x/reference/html/readersAndWriters.html#itemWriter
Describe the solution you'd like
Implementing a Google PubSubItemReader and PubSubItemWriter with builders similar to the once for Kafka
Describe alternatives you've considered
N/A
Additional context
Like with #2509, it will help adoption of PubSub, if it was possible to use it in Spring Batch, with the same interface as the rest of the readers and writers.
The text was updated successfully, but these errors were encountered: