Alexander Preuß

Results 5 issues of Alexander Preuß

### Motivation This PR fixes the link to the Debezium MS SQL integration tests in the docs. ### Modifications Updated master + 2.10 docs ### Verifying this change - [...

doc

### Motivation This enables GitHub hyperlinks in IDEA for commits containing PR information. Clicking on the link will directly open the corresponding GitHub PR. See screenshots below: NOW BEFORE ###...

doc-not-needed

# Draft PR for the Elasticsearch 7 source - not final yet ## What is the purpose of the change This PR introduces a new Source connector for Elasticsearch 7....

component=Connectors/ElasticSearch

**Describe the bug** Similar to #493, currently the `maxTimeoutMs` is applied for all topics at once, instead of having an independent timer for each topic. **Expected behavior** Each topic should...

type/bug

**Describe the bug** The current sink implementation uses one `batchSize` summing the number of records of all topics together. This results in fluctuating real 'batch' sizes for each topic. **Expected...

type/bug