cloud-native
Here are 1,055 public repositories matching this topic...
组件:
spring-cloud-starter-stream-rocketmq
问题版本:
2.2.7.RELEASE; 2021.0.1.0
问题详情:
stream-rocketmq 2.2.6.RELEASE 升级到 2.2.7.RELEASE 后,无法正常conmit offset
重现步骤:
1.运行的demo如下,使用 AcknowledgmentCallback.noAutoAck() 关闭自动ack,打印之后再 ack
@Bean
public ApplicationRunner poller(PollableMessageSource dest1In) {
return args -> {
while (true) {
if (!dest1In.
-
Updated
Mar 14, 2022 - Go
-
Updated
Mar 14, 2022 - Go
Backdrop:
Around 466 million people worldwide currently have a hearing loss and 34 million of those individuals are children. Hearing loss is increasing every year, and it is estimated that by 2050, over 900 million people will have a hearing loss. Sign language is a natural way of communication for challenged people with speaking and hearing disabilities. There have been
current return queueOfferResult == QueueOfferResult.enqueued();
-
Updated
Feb 9, 2022
Summary
As a consequence of one of my PRs, a bug was introduced into the master branch of the Argo Workflows codebase. This had instant repercussions (see Github Issue here) for new users that were consuming the tool. Whenever the docs provide a link to manifests, they point to the master branch (see [here](https://github.com/argoproj/ar
-
Updated
Mar 10, 2022 - Go
-
Updated
Mar 10, 2022 - Shell
Is there an existing issue for this?
- I have searched the existing issues
Environment
- Milvus version:lastest
- Deployment mode(standalone or cluster):all
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS):
- CPU/Memory:
- GPU:
- Others:Current Behavior
In the current code logic, it is directly read and written through Pa
-
Updated
Mar 14, 2022 - Go
Describe the bug
https://quarkus.io/guides/logging#quarkus-log-logging-log-config_quarkus.log.handler.file.-file-handlers-.rotation.max-file-size states the default size is 10. Based on the MemorySize definition, this would mean 10 bytes. Actual value from observed system appears to be 640K.
Expected behavior
No response
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
Improved or typo fixed.
We don't have a Chinese version of datadog plugin doc. The English one is here: https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/datadog.md.
Solution
Add the Chinese version.
What problem are you trying to solve?
Under some configs, Grafana charts making use of the [i]rate function aren't displaying any data.
How should the problem be solved?
This happens when time duration parameters in promql queries are smaller than the scrape interval Prometheus is configured with. The solution is detailed in [this blog post](https://grafana.com/blog/2020/09/28/new-in-
-
Updated
Mar 14, 2022
Is your feature request related to a problem? Please describe.
Missing functionality to update min/max cpu/mem of an exiting ENV. Currently, to update, we are forced to delete and re-create the env. This also has a risk of dependent functions being erratic. It also de-couple resource utilization independent of function creation and be useful to update the resource in a quick to respond situ
Every now and then we see users new to OPA missing the fact that /v1/data requires the JSON request body to wrap the input document, ala: {"input": {"x": "y"}}. Unless e.g. default assignment is used, OPA currently returns just an empty response for a request missing the "input" wrapper, i.e. {"x": "y"} ... it's easy to see why this would be, given how people likely have worked on their po
Description
Currently, the table "write_read_test" in keySpace "system_platform" is counted towards user tables, so even when the user has only one table, the portal shows the user has two tables.



Is there an existing issue for this?
Kong version (
$ kong version)2.5.1.0
Current Behavior
When calling
kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2: