blue-holiday-20644
07/06/2021, 12:56 PMloud-island-88694
early-lamp-41924
07/06/2021, 3:22 PMblue-holiday-20644
07/06/2021, 3:29 PMearly-lamp-41924
07/06/2021, 3:47 PMblue-holiday-20644
07/06/2021, 3:48 PMorange-airplane-6566
08/09/2021, 6:41 PMhelm
chart at https://github.com/acryldata/datahub-helm.
In my current deployment, I'm using kafka-based metadata ingestion. Containers running datahub ingest
have recipes that include configuration like this:
sink:
type: "datahub-kafka"
config:
I saw that in the chart for 0.8.8, the standalone MAE and MCE consumers are now NOT deployed by default.
https://github.com/acryldata/datahub-helm/blob/648c3b6f44287db0efacf8ff14e044dc9bec88ae/charts/datahub/values.yaml#L63
i.e. will I need to change my configs for datahub ingest
to something like
sink:
type: "datahub-rest"
config:
orange-airplane-6566
08/09/2021, 6:43 PMy
on the keyboard, it will change line-specific links to be specific to the most recent commit to touch the file you're looking at.
(mentioning it since the links at the top of this thread now point to files that no longer exist)early-lamp-41924
08/09/2021, 7:07 PMearly-lamp-41924
08/09/2021, 7:08 PMorange-airplane-6566
08/09/2021, 7:56 PMdatahub_standalone_consumers_enabled: false
, that means that the consumers will run as which of the following?
• separate containers within the GMS pod
• separate processes within the main GMS container
• separate threads within the GMS process within the main GMS container
• something else
I've been trying to figure this out myself from source code and my best guess is "separate processes within the main GMS container", but I'm not sure.early-lamp-41924
08/09/2021, 9:54 PMearly-lamp-41924
08/09/2021, 9:54 PMorange-airplane-6566
08/09/2021, 10:34 PMbig-carpet-38439
08/11/2021, 5:55 AM