boundless-piano-94348
06/08/2023, 8:56 AMneo4j
to elasticsearch
starting from v0.10.0, while the default value in subcharts are still neo4j
. Is there any reason of the change? Also, it is mentioned in docs that neo4j
is still the default because of backward compatibility. What is the recommended graph_service_impl from now on and going forward?
2. In what situation will Neo4j have advantage over ES? Which specific features and scenario where Neo4j will be more beneficial?
Another question, what is the recommended schema registry between internal and kafka? What is the advantage and disadvantage between them?delightful-ram-75848
06/09/2023, 1:52 AMaloof-gpu-11378
06/09/2023, 11:33 PMboundless-piano-94348
06/10/2023, 1:16 AMaloof-gpu-11378
06/10/2023, 10:48 PMboundless-piano-94348
06/12/2023, 2:37 AMboundless-piano-94348
06/12/2023, 3:09 AMaloof-gpu-11378
06/12/2023, 3:25 PM_schemas
topic to new instance. Likely you wouldn’t be bothering to copy the topic’s data anyways.aloof-gpu-11378
06/12/2023, 3:27 PMingestions
? Are you talking about previously run history of the ingestion sources? The sources themselves (I would have to check, but likely these should be in SQL).boundless-piano-94348
06/14/2023, 1:12 AMdatahub-ingestion-cron.enabled
to false during redeployment. Does this cause all the ingestion job to be gone?boundless-piano-94348
06/14/2023, 2:26 AMneo4j:
host: ""
uri: ""
username: "neo4j"
password:
secretRef: neo4j-secrets
secretKey: neo4j-password
2. What would you recommend for MAE and MCE consumer regarding datahub_standalone_consumers_enabled
? Is it possible to set is as False and when scaling is needed, it is changed to True? What will be the drawback of using standalone later when scaling is needed?aloof-gpu-11378
06/14/2023, 10:10 PMaloof-gpu-11378
06/14/2023, 10:16 PMdataHubIngestionSource
They are stored in SQL and indexed in elasticsearch (datahubingestionsourceindex_v2
). They have urns similar to urn:li:dataHubIngestionSource:0b935dbc-cbb5-4cc8-8282-827c866d3433
Running restoreIndices on these urns should theoretically restore them from SQL to the index, however I have not tested this myself.