apache / rocketmq-streams

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
171 stars 82 forks source link

[ISSUE #172][ISSUE #174]Modify the File Source Example; Update README; Fix incompatible types bug #173

Closed hyl-xidian closed 2 years ago

hyl-xidian commented 2 years ago

Add a filter usage example and modify the document.

codecov-commenter commented 2 years ago

Codecov Report

Merging #173 (15c3a2e) into main (dcd0c77) will not change coverage. The diff coverage is 0.00%.

@@          Coverage Diff          @@
##            main    #173   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files        712     713    +1     
  Lines      35567   35571    +4     
  Branches    5928    5924    -4     
=====================================
- Misses     35567   35571    +4     
Impacted Files Coverage Δ
...tmq/streams/common/context/UserDefinedMessage.java 0.00% <0.00%> (ø)
...eams/examples/aggregate/RocketMQWindowExample.java 0.00% <0.00%> (ø)
...s/examples/checkpoint/RemoteCheckpointExample.java 0.00% <0.00%> (ø)
...ms/examples/mutilconsumer/MultiStreamsExample.java 0.00% <0.00%> (ø)
...ketmq/streams/examples/mutilconsumer/Producer.java 0.00% <0.00%> (ø)
...tmq/streams/examples/source/FileSourceExample.java 0.00% <0.00%> (ø)
...treams/examples/source/RocketmqSourceExample1.java 0.00% <0.00%> (ø)
...treams/examples/source/RocketmqSourceExample2.java 0.00% <0.00%> (ø)
...treams/examples/source/RocketmqSourceExample3.java 0.00% <0.00%> (ø)
...treams/examples/source/RocketmqSourceExample4.java 0.00% <0.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f8f755e...15c3a2e. Read the comment docs.

hyl-xidian commented 2 years ago

174 fix incompatible types bug

ni-ze commented 2 years ago

https://github.com/apache/rocketmq-streams/issues/172

ni-ze commented 2 years ago

@hyl-xidian can you remove the fix bug part? The others looks fine to me.

hyl-xidian commented 2 years ago

@hyl-xidian can you remove the fix bug part? The others looks fine to me.

@ni-ze Got it, I have removed the fix bug part.