cloud-native
Here are 1,063 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
Apr 1, 2022 - Go
-
Updated
Apr 1, 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 31, 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 31, 2022 - Shell
-
Updated
Apr 1, 2022 - Go
Describe the bug
The documentation https://github.com/quarkusio/quarkus/blob/main/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzBuildTimeConfig.java#L46 is referring to db store which has long been deprecated and removed.
We should update the javadoc to refer to jdbc-tx or jdbc-cmt job stores instead.
Expected behavior
There is no mention of db store
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
feat: As a user, I want to hide 5xx error detail from the client, so that the detail is not leaked
Description
For example,
https://github.com/apache/apisix/blob/a1482dd78cf8494e1ce9f6ca246d9afde3aa733a/apisix/plugins/authz-keycloak.lua#L664-L666
will tell the client about the token endpoint configuration.
-
Updated
Apr 1, 2022 - C#
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
Apr 1, 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 29, 2022 - Scala
-
Updated
Mar 31, 2022 - JavaScript
-
Updated
Mar 29, 2022 - Vue
-
Updated
Apr 1, 2022 - Go
-
Updated
Mar 30, 2022 - Go
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."


expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc