Skip to content

fromFile not exist cause queue NPE #127

Closed
@WesleyOne

Description

@WesleyOne

plz close this issue if same as #90

org.apache.rocketmq.streams.examples.source.FileSourceExample

if fromFile is not exist, will throwing NPE as below.

截屏2022-01-30 13 02 00

java.lang.NullPointerException
	at org.apache.rocketmq.streams.common.channel.impl.file.FileSource.startSource(FileSource.java:90)
	at org.apache.rocketmq.streams.common.channel.source.AbstractSource.start(AbstractSource.java:114)
	at org.apache.rocketmq.streams.common.topology.ChainPipeline.startChannel(ChainPipeline.java:150)
	at org.apache.rocketmq.streams.client.transform.DataStream$7.run(DataStream.java:714)
	at java.lang.Thread.run(Thread.java:748)

how about fast-fail with throwing FileNotFoundException

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions