Skip to content

External Kafka queue, Roadrunner, Temporal workflows #1803

Discussion options

You must be logged in to vote

Got u 👍
You may read docs here.

Issues in your config:

  1. Use number of pollers at least +1 to number of workers.
  2. You don't need to set the RR_MODE env variable. RR will set it automatically per pool of workers. By setting it to the RR_MODE: temporal you overwriting mode set by RR for all pools.
  3. Simplify logs in the development mode:
logs:
  mode: development
  level: debug
  1. Check the docs about kafka. First of all, there is no brokers key. Check that the topic exists on the kafka broker. Or use auto_create_topics_enable pipeline option.

workers with temporal in different containers but they are not start automatically.

Could you please rephrase, I'm not sure that I understand correctly…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@LeonidDereviankoCasafari
Comment options

@rustatian
Comment options

Answer selected by LeonidDereviankoCasafari
@LeonidDereviankoCasafari
Comment options

@rustatian
Comment options

@LeonidDereviankoCasafari
Comment options

@LeonidDereviankoCasafari
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
R-question Question
2 participants