8000 merging 2 streams from file · Issue #4 · amsa-code/risky · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.
This repository was archived by the owner on Sep 26, 2024. It is now read-only.
merging 2 streams from file #4
Open
@SvenDowideit

Description

@SvenDowideit

have hit a problem that I'm struggling to figure out.

I'm basically wanting to merge 2 file streams in an interleaved fashion - we have 2 feed files containing data from overlapping times..

I was expecting that flatMap would interleave streams from all the files, but it looks like its very much sequential :/

            .flatMap(file -> {
                System.err.format("FILE: %s\n", file.getName());
                return Streams.nmeaFrom(file);
            })

What have I missed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0