j2gg0s
j2gg0s
**Please provide a description of this PR:** Take workload's mode into consideration, when compute inScopeProviders. So, we can allow user config different access log providers for different mode. This maybe...
**Is your feature request related to a problem? Please describe.** It seems we will not deal with probe (question with instanceName and PTR) [zone.go#L138](https://github.com/asim/go-micro/blob/master/util/mdns/zone.go#L138), so why we still send probe...
Support user config omit_empty_values for Envoy's AccessLog, reference [Issue/31060](https://github.com/istio/istio/issues/31060). Related envoy's [SubstitutionFormatString.omit_empty_values](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/substitution_format_string.proto#envoy-v3-api-msg-config-core-v3-substitutionformatstring)
Under the following conditions, our consumer will always recreate `processQueue`. - default config - pushConsumer with no orderly consume - produce tps greater than consume tps - topic with 64...
- Allow user custom time precision. We should custom time precision when we can only allocate a few bits for timestamp. - `GenerateMany`allows generate many ids in one call. -...
We only want to use a subset of CEL.
Only second message's value start with \x00. ```shell k exec -ti -n infra-kafka x01-0 -c kafka -- /opt/bitnami/kafka/bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --max-messages 3 --value-deserializer "org.apache.kafka.common.serialization.BytesDeserializer" --topic kcx.cactus.lifestyle.wish_spu --property print.partition=true --property print.offset=true...
- dont log request related to /healthcheck - log error that we panic in failure.Handle, such as ```json {"time":"2024-05-08T22:04:24.685983+08:00","level":"INFO","msg":"Key not found in store","key":"45859a0eb50d1633626b1063a2ef87a8","request-id":"2b099bc3-7c06-41a9-ac07-184626fc5fbd"} {"time":"2024-05-08T22:04:26.343446+08:00","level":"INFO","msg":"Force free memory","alloc":"4 MiB","heap-alloc":"4 MiB","total-alloc":"6 MiB","sys":"15 MiB","numgc":2,"total-goroutine":11}...
Allow user to specify ACL.
Including embedded struct inforamtion in error message. Fixes #68941