cloud-native
Here are 1,068 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 8, 2022 - Go
-
Updated
Apr 7, 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
Users want to be able to find workflows by time. Add a filter to the UI for date range (same as archived workflows).
Note that the API does not support time filters, and cannot, because it essentially proxies to the Kubernetes API, which does not support it.
That means we need to warn users that maybe need to increase the number of records per page..
This feature will never b
-
Updated
Apr 7, 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
Apr 7, 2022 - Shell
-
Updated
Apr 8, 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
Current Behavior
When using the file-logger plugin, it is possible to send the logging to stdout by defining /dev/stdout. This in order to use the docker output and relais this in kubernetes to a ELK stack. Though an error is thrown indicating a permission denied for the current user.
Expected Behavior
Be able to use /dev/stdout as a destination with the file-logger plugin.
Error L
-
Updated
Apr 6, 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 8, 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
Currently, whenever there's a patch release, like 0.36.1, that becomes the only displayed docs version in the version picker:
That's fine. However, we also stop generating website content for the previous versions, so 0.36.0 disappears: https://www.openpolicyagent.org/docs/v0.36.
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
Apr 8, 2022 - JavaScript
-
Updated
Apr 4, 2022 - Vue
-
Updated
Apr 8, 2022 - Go
-
Updated
Apr 8, 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