Commit Graph

184 Commits

Author SHA1 Message Date
Aleksandr Musorin
d01a95fc9a docs: added kafka_topic directly under kafka tag 2024-04-04 13:56:15 +02:00
Aleksandr Musorin
f9d81bc774 refactore: improve reading several configurations for kafka
Simplify and do some refactoring for kafka client settings.

Allows to set up separate
settings for consumer and producer like:

```
<consumer>
    ...
</consumer>

<producer>
    <kafka_topic>
        <name>topic_name</name>
        ...
    </kafka_topic>
</producer>
```

Moreover, this fixes warnings from kafka client like:
`Configuration property session.timeout.ms is a consumer property and
will be ignored by this producer instance`
2024-03-27 14:53:33 +01:00
Nikolay Degterinsky
2db239d6ad Make docs better 2023-09-05 12:43:53 +00:00
filimonov
fbb22348ea
Refactor reading the pool setting & from server config. (#48055)
After #36425 there was a lot of confusions/problems with configuring pools - when the message was confusing, and settings need to be ajusted in several places.
See some examples in #44251, #43351, #47900, #46515.

The commit includes the following changes:
1) Introduced a unified mechanism for reading pool sizes from the configuration file(s). Previously, pool sizes were read from the Context.cpp with fallbacks to profiles, whereas main_config_reloader in Server.cpp read them directly without fallbacks.
2) Corrected the data type for background_merges_mutations_concurrency_ratio. It should be float instead of int.
3) Refactored the default values for settings. Previously, they were defined in multiple places throughout the codebase, but they are now defined in one place (or two, to be exact: Settings.h and ServerSettings.h).
4) Improved documentation, including the correct message in system.settings.

Additionally make the code more conform with #46550.
2023-03-30 16:44:11 +02:00
Jus
7bedfee7ea
add info for Kafka engine
add info for Kafka engine
2023-02-16 20:53:40 +04:00
Ivan Blinkov
61c2f23713 Remove leftover empty lines at the end of markdown files 2023-01-09 15:15:18 +01:00
Ivan Blinkov
b7e082d033 Remove "Original article links" 2023-01-09 15:13:36 +01:00
Nikolay Degterinsky
0245df6a82 Fix docs 2022-10-27 10:41:45 +00:00
DanRoscigno
726d3c0739 add slugs to all docs 2022-08-26 13:37:11 -04:00
Rich Raposa
9f85d85e08
The admonitions were missing section endings (#40073) 2022-08-10 21:08:40 +02:00
Denny Crane
47f98cabcf
Update mysql.md 2022-06-29 17:31:27 -03:00
Denny Crane
8607683937
Update mysql.md 2022-06-29 16:49:20 -03:00
Roman Vasin
3cfea6e76f Cleanup code in KerberosInit, HDFSCommon and StorageKafka; update English and Russian documentation. 2022-06-08 17:57:45 +03:00
rfraposa
5250d9ad11 Removed /ja folder, cleaned up /ru markdown 2022-04-09 07:29:05 -06:00
karnevil13
c5a22e6799
Merge branch 'master' into karnevil-DOCSUP-20367 2021-12-24 02:57:28 +03:00
karnevil13
c6f6630627 insert_quorum_parallel-EdTranRus 2021-12-24 02:28:39 +03:00
Vladimir C
2214748afb
Apply suggestions from code review 2021-12-01 12:04:34 +03:00
sevirov
4711cd60f4
Update docs/ru/engines/table-engines/integrations/mysql.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-26 18:55:45 +03:00
Dmitriy
94d43d9520 Translate to Russian
Выполнил перевод на русский язык.
2021-11-25 19:59:14 +03:00
Dmitriy
372664f143 Document MySQL settings
Задокументировал настройки MySQL.
2021-11-21 22:59:05 +03:00
olgarev
1cd1677b0c
DOCSUP-14532: Support SETTINGS clause for S3 engine (#30982) 2021-11-16 16:25:12 +03:00
Roman Chyrva
394d982006 Add missed word 2021-11-02 15:59:52 +02:00
Kseniia Sumarokova
7a2aa3ce54
Update rabbitmq.md 2021-11-01 19:26:02 +03:00
Roman
922614796d
Update RabbitMQ docs
Add description for new setting rabbitmq_queue_settings_list
2021-11-01 10:22:43 +02:00
alexey-milovidov
7023423f66
Merge pull request #28705 from gyuton/gyuton-DOCSUP-14093-Edit-and-translate-to-Russian
DOCSUP-14093: Edited and translated to Russian (external dicts)
2021-10-21 23:33:41 +03:00
Ivan Blinkov
f429db1ee9 find . -type f -name '*.md'| xargs -I{} perl -pi -e 's|https://clickhouse.tech|https://clickhouse.com|g' {} 2021-09-19 23:05:54 +03:00
gyuton
8f328ca6c4
Apply suggestions from code review
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-10 03:26:10 +03:00
Olga Revyakina
a62c428291 Translated and minor fixes 2021-09-08 05:52:17 +03:00
George
3ce7331211 Edited and translated to Russian 2021-09-07 20:07:27 +03:00
Anna
92ea446032
Update sqlite.md
Fix typo
2021-08-22 20:30:19 +03:00
adevyatova
c402670239 Add ru translation 2021-08-20 10:34:42 +00:00
Kseniia Sumarokova
f6cabb6e08
Merge pull request #27055 from olgarev/revolg-DOCSUP-12003-S3_and_HDFS_zero_copy_replication
DOCSUP-12003: S3 and HDFS zero copy replication
2021-08-10 08:57:35 +03:00
Kseniia Sumarokova
a966a440b0
Merge pull request #26677 from sevirov/sevirov-DOCSUP-11550-edit_and_translate_to_russian_materializedpostgresql
DOCSUP-11550: Edit and translate to Russian (MaterializePostgreSQL)
2021-08-09 08:27:18 +03:00
olgarev
86f3905eb5 Upd 2021-08-08 23:23:48 +00:00
olgarev
c449fc95e5 Merge branch 'revolg-DOCSUP-12003-S3_and_HDFS_zero_copy_replication' of https://github.com/olgarev/ClickHouse into revolg-DOCSUP-12003-S3_and_HDFS_zero_copy_replication 2021-08-08 23:21:51 +00:00
olgarev
06e48f39b0 New page - External Disks for Storing Data 2021-08-08 23:19:00 +00:00
Dmitriy
27f489b41f Correction of the description
Скорректировал описание.
2021-08-07 18:50:24 +03:00
sevirov
0cac0fd5e5
Update docs/ru/engines/table-engines/integrations/materialized-postgresql.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-04 22:41:12 +03:00
olgarev
fbf65fb1c4
Syntax 2021-08-04 08:21:06 +03:00
olgarev
7673247b4e Quotes and link fixed for s3, section headings for hdfs 2021-08-04 05:19:31 +00:00
Dmitriy
ad4d05d7ca Fix links
Поправил ссылки.
2021-08-03 21:44:30 +03:00
Dmitriy
612f42e301 Add the brief description
Добавил краткое описание, параметры движка.
2021-08-03 21:09:58 +03:00
olgarev
f9658d2205 Wrong backticks 2021-08-02 22:52:01 +00:00
Dmitriy
d6b5838282 Delete the introductory sentence
Удалил неверное предложение.
2021-08-02 23:16:23 +03:00
Dmitriy
387136dc84 Add settings
Добавил настройки, перевел табличный движок MaterializedPostgreSQL.
2021-08-02 22:45:01 +03:00
olgarev
b1320ead65 Replication is supported now 2021-08-02 17:19:21 +00:00
olgarev
a7d723eb29
Apply suggestions from code review
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-02 19:53:59 +03:00
olgarev
6c05a0c8dc Docs for S3 2021-08-01 03:10:31 +00:00
olgarev
2dd526bc10 Minor fix 2021-08-01 03:06:48 +00:00
olgarev
f86829ebf4 Docs for HDFS 2021-08-01 02:55:24 +00:00