confluentinc/ksql

KsqlTesterTest coverage for partition/offset

Open

#8 194 ouverte le 29 sept. 2021

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Java (1 048 forks)batch import
enhancementgood first issuestreaming-enginetest-coverage

Métriques du dépôt

Stars
 (5 739 stars)
Métriques de merge PR
 (Merge moyen 4j 20h) (6 PRs mergées en 30 j)

Description

Is your feature request related to a problem? Please describe. When trying to develop tests for the new pseudocolumns ROWPARTITION and ROWOFFSET, which represent the partition and offset of the record, respectively, I found that the returned partition and offset were always equal to 0.

Describe the solution you'd like The spoofed kafka topic to include support for partition and offset- QTTs don't do this perfectly (see https://github.com/confluentinc/ksql/issues/7982) , but they provide enough support for most use cases.

Describe alternatives you've considered Adding testing without coverage for partition/offset values. This is probably fine for now but can be improved upon.

Guide contributeur