julie icon indicating copy to clipboard operation
julie copied to clipboard

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!

Results 91 julie issues
Sort by recently updated
recently updated
newest added

* **Please check if the PR fulfills these requirements** - [x] The commit messages are descriptive - [x] Tests for the changes have been added (for bug fixes / features)...

**Is your feature request related to a problem? Please describe.** If using split topology configuration files (one per environment and project for instance), we can to specify the environment in...

enhancement

This is a "While you were gone, take 2". * Updates certain GitHub actions to get rid of a lot of warnings. * Updates most dependencies to the most recent...

…port * **Please check if the PR fulfills these requirements** - [x] The commit messages are descriptive - [x] Tests for the changes have been added (for bug fixes /...

**Describe the bug** old topic getting deleted with creation of new topic. we have a 2 yaml file . in one yaml file we added these two topics DRX.PCT.CLAIM.FINANCE", "DRX.PCT.CLAIM.FINANCE.DEVX...

bug

Bumps `confluent.version` from 7.5.0 to 7.5.1. Updates `io.confluent:kafka-schema-registry-client` from 7.5.0 to 7.5.1 Commits 214fdba Set Confluent to 7.5.1, Kafka to 7.5.1. 1c88338 Merge branch '7.4.x' into 7.5.x c7f2881 DGS-8336 Add...

dependencies

Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.28 to 1.18.30. Changelog Sourced from org.projectlombok:lombok's changelog. v1.18.30 (September 20th, 2023) PLATFORM: Initial JDK21 support added. [Issue #3393](projectlombok/lombok#3393). BUGFIX: Any @Helper class directly in a method...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4 to 2.13.4.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.4&new-version=2.13.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Bumps org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.zookeeper:zookeeper&package-manager=maven&previous-version=3.9.0&new-version=3.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

**Is your feature request related to a problem? Please describe.** I have many topics with different retention policies in descriptor file like this: ``` context: 'context' projects: - name: 'my-project'...

enhancement