cloud-native
Here are 1,061 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 18, 2022 - Go
-
Updated
Mar 22, 2022 - Go
Problem: It is pretty challenging to find resource material and valuable articles, videos and such, and we spend a lot of time searching and finding the appropriate resource for us.
Proposed solution: Faceted search can come a long way when looking for a quick way to find a solution designed for our needs. Ratings on the resource can help us select the best solution based on our search
ActorAdapter will ignore null message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf could mention it as well as any other place where adapters are used.
-
Updated
Mar 21, 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 22, 2022 - Go
Is there an existing issue for this?
- I have searched the existing issues
What would you like to be added?
I would like to have a method to retrieve all the rows from a collection, something like SELECT * in SQL.
Currently I achieve this goal using the following boolean expression: index != -1, but I guess this is not the best way to to this.
Why is this neede
-
Updated
Mar 10, 2022 - Shell
-
Updated
Mar 22, 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
Current State
also kafka-logger-plugin zh/doc
at en docs,lack of this part of description
Desired State
for f
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 22, 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
What part of OPA would you like to see improved?
I am aware that in OPA tests we can mock the input provided in each test.
I need to be able to write tests where
- different environment variables are set in the policy execution (e.g. outp
Description
source: https://docs.yugabyte.com/latest/architecture/transactions/isolation-levels/#root
We begin the section by listing out 4 transaction isolation levels in decreasing order of strictness. Where possible, subsequent sections should follow this order to make it easier for readers to follow. For example, rewrite the second paragraph to read:
YugabyteDB supports three transa
-
Updated
Mar 21, 2022 - Go
-
Updated
Mar 17, 2022 - Scala
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Mar 21, 2022 - Vue
-
Updated
Mar 22, 2022 - Go
-
Updated
Mar 22, 2022 - Go
What problem are you facing?
Inconsistent naming, --poll in providers and --poll-interval in core crossplane:
provider-aws - --poll
crossplane core - --poll-interval
https://github.com/crossplane/crossplane/blob/c0de80c1ea2102b9569754d78bea292c46e6292
Improve this page
Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud-native topic, visit your repo's landing page and select "manage topics."


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: