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

Multiple threads processing #342

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Oct 24, 2023

  1. Get last element as a table name from a topic name

    It would be better if it didn't depend on the hard-coded <server>.<database>.<table> template
    IlyaTsoi authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e8cef17 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. I think, that the current code doesn't work properly.

    It runs ClickhouseBatchRunnable sequently, instead of parallel.
    We should create a few ClickhouseBatchRunnable tasks by scheduleAtFixedRate method to make them work in parallel.
    Such behavior for single task is described in docs for ScheduledThreadPoolExecutor for method scheduleAtFixedRate.
    Илья Захаров (ilia.zakharov) committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5136644 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Revert "Get last element as a table name from a topic name"

    This reverts commit e8cef17.
    IlyaTsoi committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    78d9431 View commit details
    Browse the repository at this point in the history