Skip to content

Not continuously reading from stdin #1

@jackmead515

Description

@jackmead515

Maybe I'm using it wrong. And forgive, I don't know much go. Trying to pair this up with https://github.com/cloudamqp/amqpcat and consume from a rabbitmq queue and pipe to an sqs queue like so:

amqpcat --consumer --uri=amqp://@127.0.0.1:5672 --queue=my-queue | sqscat test-queue

But it keeps failing for some reason?

2021/12/07 11:14:59 run() failed: bufio.Scanner: Read returned impossible count
Error writing file: Broken pipe

Can this tool not constantly read from stdin? Or does it only spin up a certain number of threads and then die? Any help would be appreciated thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions