Skip to content

Commit

Permalink
Simple bug fix for transfer output message (#215)
Browse files Browse the repository at this point in the history
* Simple bug fix to-context -> from-context

* trigger pipeline

* remove commecnt, pipeline passes

Co-authored-by: clayton.chapman <_zr48cife7D3hFqKjzQX>
Co-authored-by: clay <clayton.chapman@real-digital.de>
  • Loading branch information
chapmacl and clay authored Aug 5, 2022
1 parent 716bf18 commit 1b7f036
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esque/cli/commands/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,12 @@ def transfer(

pipeline = builder.build()
pipeline.run_pipeline()

click.echo(
green_bold(str(counter.message_count))
+ " messages consumed from topic "
+ blue_bold(from_topic)
+ " in context "
+ blue_bold(to_context)
+ blue_bold(from_context)
+ " and produced to topic "
+ blue_bold(to_topic)
+ " in context "
Expand Down

0 comments on commit 1b7f036

Please sign in to comment.