Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doer URI command #18

Open
nefro85 opened this issue Oct 8, 2022 · 0 comments
Open

Doer URI command #18

nefro85 opened this issue Oct 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@nefro85
Copy link
Member

nefro85 commented Oct 8, 2022

Configuration

doer.yaml

version: v1
kind: Config
params:
  broker: ${file:broker.properties}
  proto.descriptors: /path/to/1.desc, /path/to/2.desc

Workdir

> ls
doer.yaml #directory-based configuration file

Samples of command usage:

  • # drop messages from kafka
    > doer uri kafka://broker/topic/consumer-id?range=from_time=2022-01-01T12:00:00
    
  • # put a message on kafka topic
    > doer uri kafka://broker/topic?value=my-value&key=my-key
    
  • # decode an message
    > doer uri proto://message-name?base64=d2t1
    
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant