Jacob Kim

Results 11 comments of Jacob Kim

Did anyone find a solution to this issue?

How would the Kafka topic model look like? Here is a list of metadata that pops into my heads. - topics - schemas - offset info - partitions - consumer...

Is there any plan on adding Amundsen to the incubator or any other helm repository?

I currently have an issue with webserver not being able to fetch logs from each worker. I thought that this issue would be solved by using StatefulSet and assigning a...

For me, the issue was `policy/AmazonEKS_CNI_Policy-2022092909143815010000000b` My policy only allowed IPV6 like below. ```json { "Statement": [ { "Action": [ "ec2:DescribeTags", "ec2:DescribeNetworkInterfaces", "ec2:DescribeInstances", "ec2:DescribeInstanceTypes", "ec2:AssignIpv6Addresses" ], "Effect": "Allow", "Resource": "*",...

Did you correctly specify `ETHEREUM_JSONRPC_HTTP_URL`? In my case, I had a misconfigure and `ETHEREUM_JSONRPC_HTTP_URL` was set to `http://geth:8545`.

https://hub.docker.com/r/blockscout/blockscout Is this the official docker image?

Right, using `StatefulSet` won't solve the issue mentioned above. Will close this issue. (Sorry for the late reply 😅)

@aofengli Were you able to fix this? I am having the same issue. Seems like this is an issue with Postgres not supporting NULL (\0x00) characters. (https://stackoverflow.com/questions/1347646/postgres-error-on-insert-error-invalid-byte-sequence-for-encoding-utf8-0x0)

Is this resolved? https://github.com/vercel/remix/issues/60 and https://github.com/vercel/remix/pull/56 seems to have resolved it.