-
Thanks much for this contrib.
First, could you confirm that the current HdfsState implementation is non-transactional state and so there is no guarantee that data gets written to HDFS exactly once?
…
-
### Describe the bug
A very simple reproducer example can be found here:
https://github.com/MatejPucihar/kafka-db-tx
![image](https://github.com/quarkusio/quarkus/assets/20385863/b56f6b05-3955-4c…
-
### Versions used
2.0.1
### Expected Behavior
Assuming external (or kafka-internal) commits are processed properly and loaded properly, it is expected that we will get exactly-once processin…
-
Hi,
你好!
当我在运行你的示例代码的时候,发现一个问题,请看下面代码:
sample-consumer module:
public class MultiDsTransferServiceImpl implements ITransferService {
...
@Transactional(rollbackFor = Se…
-
`IConsumerGroupMetadata` is an empty interface, that does not have a public property/method to access the metadata itself, while `ConsumerGroupMetadata` has an internal field containing the serialized…
-
Original Issue: apache/pulsar#12267
---
- **Status:** Draft
- **Author:** Eron Wright
- **Pull Request:**
- **Mailing List discussion:** (discussion) (vote)
- **Release:**
## Motivation
U…
sijie updated
2 years ago
-
### Versions used
akka-stream-kafka 1.1.0
tested with embedded-kafka 2.3.0 and local kafka container
### Expected Behavior
When stopping a transactional source + flow, the producer should be …
-
### Describe the bug
I'm using a Quarkus service that requires:
1. consume one message from a channel
2. perform some database queries
3. emit several messages to another channel as a result o…
-
### Description
Hi everybody,
Related to the zulip topic, https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Artemis.20jms.20.2B.20smallrye-jms.20connector, we are looking for a …
mpumd updated
11 months ago
-
1. 引入依赖
```xml
cn.zhxu
bean-searcher-boot-starter
4.1.2
```
2. 实现 SqlInterceptor
```java
@RequiredArgsConstructor
@Intercepts({
@Signature(type = StatementHandler.class, met…