15 Commits

Author SHA1 Message Date
Andrew Sikowitz
d138a64a6a
ci(graphql,workflows): Format .md, .graphql, and workflow .yml files via prettier (#13220) 2025-04-16 16:55:51 -07:00
david-leifker
080f2a2100
feat(mcl-processor): Update mcl processor hooks (#11134) 2024-08-09 11:40:03 -05:00
Sergio Gómez Villamor
165aa54d1e
doc: DataHubUpgradeHistory_v1 (#8918) 2023-10-04 12:24:04 -05:00
Thosan Girisona
305685951a
fix(docs): Changing the platform event topic name in kafka custom topic docs (#7007) 2023-01-11 06:02:31 -08:00
John Joyce
e2f1da00ff
refactor(configs): Simplify Kafka Topic name configurations + docs (#5198) 2022-06-17 12:15:51 -07:00
John Joyce
6bc29e6323
refactor(docs): Update Metadata Events Docs (#5173) 2022-06-17 06:29:50 -07:00
Arun Vasudevan
9d1de5fbf6
feat(platform): add AWS MSK iam Auth Jar to platform components (#3872) 2022-01-12 21:49:34 -08:00
abiwill
81f14f9a84
docs: improve docs for kafka configuration (#3828) 2022-01-05 13:31:12 -08:00
Michael A. Schlosser
101275230e
feat(metadata-service): add Schema Registry support for TLS (#3804)
Co-authored-by: Mike Schlosser <michael.a.schlosser@optum.com>
2022-01-04 12:41:36 -08:00
shakti-garg
15ed5bb067
feat(kafka-config): add variable KAFKA_CONSUMER_GROUP_ID to override group id value for kafka consumer (#2297) 2021-03-27 20:24:36 -07:00
Harshal Sheth
20bf794ec4
docs: hosted documentation website (#2174) 2021-03-05 00:12:12 -08:00
shakti-garg-saxo
7ed6eb8845
Update doc for configuring topic names (#1999)
1. Add topic-name configuration for each component
2. How to configure them in the deployable
2020-11-13 21:08:48 -08:00
John Plaisted
6a067fc25c
docs: Update for topic name configuration (#1909)
* docs: Update for topic name configuration

* Move kafka ssl documentation from faq to kafka config page.
2020-10-02 09:15:07 -07:00
shakti-garg-saxo
b80c14d543
Update kafka-config.md (#1763)
Fix name of spring-kafka property to pass SASL_JAAS config
2020-07-31 04:10:21 -07:00
Javier Sotelo
ad4c80a753
feat(kafka-config): Add ability to configure other Kafka props (#1745)
* Integarte spring-kafka & spring-boot for security props

- Upgrade spring-kafka to 2.1.14
- Use KafkaListener and KafkaTemplates to enable KafkaAutoConfiguration
- Integrates spring-boot's KafkaProperties into spring-kafka's config

* Cleanup imports

* Add DataHub kafka env vars

* Remove kafka-streams dependency

* Add KafkaProperties to gms; Add docs

* Add to Adoption

* Remove KAFKA_BOOTSTRAP_SERVER default

Co-authored-by: jsotelo <javier.sotelo@viasat.com>
Co-authored-by: Kerem Sahin <ksahin@linkedin.com>
2020-07-27 05:22:51 -07:00