-
Sorry if thisn't the correct repo for this but it was the closest I could find for this request.
I am looking for an API I can use to get my transactional data. I want some way to get all my trans…
-
Hi!
Awesome project! Can some information be added about how Kafka 0.11's exactly once functionality will or won't be incorporated into this work? Are they complementary or orthogonal?
-
**Affects Version(s): 2.3.6.RELASE**
🎁 Enhancement
Scenario (using transactions and non batch listener) - (point 1-4 in attached log in the bottom):
1. Producer (clientId=producer-12) is creat…
-
**Describe the bug**
I open this issue to clarify if what I see is correct and must be solve by the user in some way, or is a bug.
The specific configuration that i have tested:
- 3 nodes of Kafk…
-
Q. 카프카 프로듀서/컨슈머를 트랜잭션 프로듀서/컨슈머 처리하기 위한 옵션은 transactional.id 이다. (O/X)
X (컨슈머는 없음)
isolation level(read_uncommitted) 설정해야 트랜잭션 가능
Q. 메시지를 취합하는 경우 사용하는 카프카 스트림즈의 구문중 어울리지 않는것은?
groupByKey
windowdBy…
-
```
@Override
default D update(D resourcePersistableDto) {
R resourcePersistable = getDtoToEntityConverter().apply(resourcePersistableDto);
findOrThrow(resourcePersistable.getRpId());
…
-
-
We have a number of very large tables that use smalldatetime for the record's changed date. However it appears that since this rounds to the nearest minute, records are sometimes being missed using ti…
-
### Describe the bug
Currently we can define interceptor annotations on `PanacheEntity` static methods like so:
```java
@Entity
public class Something extends PanacheEntity {
@Transactional…
-
Reading the documentation, specifically this part:
https://github.com/confluentinc/librdkafka/blob/master/INTRODUCTION.md#error-handling-1
I'm a bit confused about the meaning of what is meant by "s…