Async Smile streaming support
See original GitHub issueAs part of SPR-16151 and due to various users asking such support, we try to support Smile Async streaming in the upcoming Spring Framework 5.0.3, in a similar fashion we currently support JSON Async streaming.
I have done various changes to support that, but my integration tests with serialization/deserialization of 2 POJOs generates the following error:
JSON: com.fasterxml.jackson.core.JsonParseException: Still have 21 undecoded bytes, should not call 'feedInput' at [Source: UNKNOWN; line: -1, column: 18]
Data are concatenated without separator.
Could you please check if this use case is currently supported, and if not support it?
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
async_stream - Rust - Docs.rs
Asynchronous stream of elements. Provides two macros, stream! and try_stream! , allowing the caller to define asynchronous streams of elements.
Read more >Stop Saving to Disk with C# Asynchronous Streams
In this post I'll quickly explain what asynchronous streams are, describe what real world problem they helped me solve, and show some common ......
Read more >Concurrency and async / await - FastAPI
Modern versions of Python have support for "asynchronous code" using something called "coroutines", with async and await syntax. Let's see that phrase by...
Read more >Asynchronous support - Django documentation
The main benefits are the ability to service hundreds of connections without using Python threads. This allows you to use slow streaming, long-polling,...
Read more >Loom: Async Video Messaging for Work | Loom
Record your screen, share your thoughts, and get things done faster with async video.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks, hope to look into this soon. I can first verify if this is tested or not; and if not, try to think of what the conceptual limitations might be (if any).
Excellent, I saw the announcement. This is great, thank you!