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

[TASK] Introduce index queue type setting #3365

Conversation

dkd-friedrich
Copy link
Member

What this pr does

Queue types shouldn't be restricted to internal data, which is already prepared in some classes. As index queue setting 'table' suggests that a local table is expected, this is replaced with a new setting 'type'.

queue.[indexConfig].table is now deprecated and will be removed in v13, 'type' should be used instead.

How to test

Configure an indexing configuration and configure the local table via type instead of table

Fixes: #3364

@dkd-friedrich dkd-friedrich force-pushed the task/main/3364-introduce_queue_type_setting branch 2 times, most recently from b9076f3 to 800e039 Compare October 20, 2022 08:28
Queue types shouldn't be restricted to internal data, which is
already prepared in some classes. As index queue setting 'table'
suggests that a local table is expected, this is replaced with
a new setting 'type'.

queue.[indexConfig].table is now deprecated and will be removed
in v13, 'type' should be used instead.

Resolves: TYPO3-Solr#3365
@dkd-friedrich dkd-friedrich force-pushed the task/main/3364-introduce_queue_type_setting branch from 800e039 to d281bf6 Compare October 20, 2022 09:51
Copy link
Contributor

@RafaelKa RafaelKa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dkd-friedrich dkd-friedrich merged commit b46f9de into TYPO3-Solr:main Oct 20, 2022
@dkd-friedrich dkd-friedrich deleted the task/main/3364-introduce_queue_type_setting branch October 20, 2022 11:06
dkd-friedrich added a commit to dkd-friedrich/ext-solr that referenced this pull request Oct 20, 2022
Queue types shouldn't be restricted to internal data, which is
already prepared in some classes. As index queue setting 'table'
suggests that a local table is expected, this is replaced with
a new setting 'type'.

queue.[indexConfig].table is now deprecated and will be removed
in v13, 'type' should be used instead.

Resolves: TYPO3-Solr#3365
dkd-kaehm pushed a commit that referenced this pull request Oct 20, 2022
Queue types shouldn't be restricted to internal data, which is
already prepared in some classes. As index queue setting 'table'
suggests that a local table is expected, this is replaced with
a new setting 'type'.

queue.[indexConfig].table is now deprecated and will be removed
in v13, 'type' should be used instead.

Resolves: #3365
@dkd-kaehm dkd-kaehm mentioned this pull request Oct 13, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK] Introduce index queue type setting
3 participants