-
The current change tracking system is very lightweight, both for event generation and consumption (which is why we can enable it by default), but it has the following problem:
```
schedule.run()
…
-
Calling `stateFlow.map {…}` will return a `Flow`, and lose the `value` property of the upstream `StateFlow`. Map is a very simple operator, and can be trivially implemented for `StateFlow` to also app…
-
From @elusiveity on 2016-11-14T01:10:49Z
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
redhat_subscription
##### ANSIBLE VERSION
```
ansible 2.1.1.0
```
##### CONFIGURAT…
-
Like we have for components/dataformats/language in camel.
This is a subtask for #430
-
**Affects Version(s):** 2.5.2
**Use Case**
Consume a record transactionally using `@KafkaListener` method with a custom timeout (for example, using a `ChainedKafkaTransactionManager` with Kafka an…
-
If you have multiple calls to `UseRouting`, you won't be able to pull the resolved endpoint between the two calls:
![image](https://user-images.githubusercontent.com/582487/69094781-4be2b980-0a51-1…
-
I am planning to pull the data from Hono using Strimzi kafka(Version 0.20.0) connector (Camel AMQP source connector). I have followed the below steps to read data from Hono.
I downloaded Camel-amqp…
-
For some reason, I am getting firehosed with events when dealing with only 2 message keys... even though I am not using auto commit. Any help here would be awesome
```
const Kafka = require("node…
-
Right now, every time Renderer needs to switch the brush colors, it does the following:
1. get the `TextColor` from the attribute run
1. get the RGB value of the color from the color table
1. pas…
-
Before .NET Core 2.1, AsyncTaskMethodBuilder.Task used to always return the same Task.
Starting with .NET Core 2.1, it returns a different value depending on the state of the state machine.
(PostSh…