• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

creek-service / creek-kafka / #4432
97%

Build:
DEFAULT BRANCH: main
Ran 22 Dec 2023 07:08PM UTC
Jobs 1
Files 93
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Dec 2023 06:59PM UTC coverage: 98.287% (-0.2%) from 98.504%
#4432

push

github

web-flow
Pre work for JSON serde (#429)

* Pre work for JSON serde

- Add TypeOverrides interface as a way of users to provide overrides for specific types. This is more flexible than having specific methods to override specific types. This also allows the `TopicClient` to be made private, as only the test helps should be overriding this.

- Switch `KafkaTopicClient` to be per-cluster, as this is simplifies the code.

- Change how `KafkaClientsExtensionProvider` initialises, moving the logic for creating serde into the Topic resource handlers new `prepare` method.  This ensures we don't type to create serde until any external resources, e.g. schema, have been created.

- Move initialisation of serde resources out of `TopicClient` and into `TopicResourceHandler`.

- Add `ClustersSerdeProviders` as a way for serde providers to be initialised once per cluster, allowing for shared state per cluster, e.g. a schema registry client.  This is handled in `KafkaSerdeProvider` by having an `initialize` method that returns a new `SerdeProvider` type.

- Dropped `TearDownTestListener` as system tests now ensure extensions are closed.

151 of 156 new or added lines in 16 files covered. (96.79%)

1951 of 1985 relevant lines covered (98.29%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #4432.1 22 Dec 2023 07:08PM UTC 0
98.29
Source Files on build #4432
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #4432
  • 8867246d on github
  • Prev Build on main
  • Next Build on main
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc