brunoqc
10/05/2021, 2:25 PMuser
10/05/2021, 2:25 PMuser
10/05/2021, 2:27 PMuser
10/05/2021, 2:28 PMbrunoqc
10/05/2021, 2:35 PMuser
10/05/2021, 2:41 PMrsbh
10/05/2021, 2:41 PMuser
10/05/2021, 2:42 PMbrunoqc
10/05/2021, 2:46 PMjcmfernandes
10/05/2021, 8:29 PMuser
10/05/2021, 8:32 PMjcmfernandes
10/05/2021, 8:39 PMuser
10/05/2021, 9:46 PMjcmfernandes
10/05/2021, 11:01 PMafter_commit
hook to trigger a background job that writes to Kafka. We are leaning towards implementing a transactional outbox to keep coherency. That's the solution I worked with in the past and it served my previous company well. We did hit scalability issues at some point but we worked around them by dropping ordering guarantees across some domains (e.g., facts for different tenants could be reordered, but not facts for the same tenant) and started distributing the load across multiple publishers using consistent hashing. We only hit these issues once we started facing significant deviations from our average traffic, years after we put the base infrastructure in place.jcmfernandes
10/05/2021, 11:09 PMuser
10/05/2021, 11:12 PMuser
10/05/2021, 11:12 PMgit commit amend --signoff
jcmfernandes
10/05/2021, 11:16 PMuser
10/05/2021, 11:16 PMuser
10/05/2021, 11:16 PMjcmfernandes
10/05/2021, 11:16 PMuser
10/05/2021, 11:16 PM-s
and -S
with git, hahauser
10/05/2021, 11:16 PMuser
10/05/2021, 11:17 PMuser
10/05/2021, 11:17 PMuser
10/05/2021, 11:17 PMrsbh
10/07/2021, 4:30 AMWriteSchema
upsert the schema, but i am not able to add relations and permission to existing definition with that as it rewrite the current oneecordell
10/07/2021, 1:13 PMReadSchema
, modify it, and then update it with WriteSchema
But I'll also add that it's usually better to find a way to represent changes that need to happen frequently as relationships (data) and not schema, if possibleroland.hochmuth
10/08/2021, 3:12 PMJoey
10/08/2021, 3:27 PMLookupResources
for the user, then pass that list of IDs into your Elasticsearch, and set it to check the item ID in that set (and drop the relevancy if not found)