Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add datatype as option value in the parser #3

Closed
purbon opened this issue Dec 15, 2019 · 1 comment
Closed

Add datatype as option value in the parser #3

purbon opened this issue Dec 15, 2019 · 1 comment
Assignees
Milestone

Comments

@purbon
Copy link
Collaborator

purbon commented Dec 15, 2019

The datatype currently needs the value unknown to flag is not applicable, the parser should parse values with and without, so data type should be optional.

@purbon purbon self-assigned this Dec 20, 2019
@purbon
Copy link
Collaborator Author

purbon commented Dec 20, 2019

Fixed in 15d7cb9

@purbon purbon closed this as completed Dec 20, 2019
@purbon purbon added this to the v1.0 milestone Oct 5, 2020
sverrehu referenced this issue in sverrehu/julie Jun 18, 2021
Rename methods and ManagerOfThings
purbon pushed a commit that referenced this issue Sep 12, 2023
* fix: Apply formatting, using a formatter that supports Java 17

* fix: Don't throw exception if JulieOps is not allowed to delete topics (#3)

* Don't throw exception if JuleOps is not allowed to delete topics.

* Update dependencies (#2)

* Update README.md

* fix: Apply formatting, using a formatter that supports Java 17

* chore: Update dependencies

* chore: Update dependencies

* Update container versions

* fix: Replace deprecated AssertJ method

* chore: Upgrade Confluent version in workflow

* fix: Replace deprecated methods

* fix: Replace deprecated methods

* chore: Update dependencies

* fix: Extend connector path for new version of connect

* fix: Revert ksqldb-server to a version that makes the test pass

* fix: Correct return value from exception handler

* fix: Hack around bug KAFKA-14325

* feat: Support finding topology files recursively (#4)

* fix: Clean up zookeeper (#5)

The Zookeeper dependency is required for a single test method only. This PR moves all ZK* classes to src/test, and marks the zookeeper dependency as test-coped.

Unfortunately, recent versions of zookeeper drag in a logback dependency, that appears to turn on global DEBUG logging. So this PR also exludes those logback dependencies.

Fixes #548

* fix: Allow logging of INFO+ from AdminClient (#6)

* Excludes all Log4j2Plugins.dat from the shaded jar, to avoid Log4j2 startup problems (ERROR StatusLogger Unrecognized conversion specifier...)

* Adds a log4j.properties that will be picked up by the Kafka dependencies

* Create dependabot.yml

* chore: Update plug-in versions

* chore: Update jackson and redis to remove vulnerable json and snakeyaml packages

* chore: Update plugins

* chore: Update some deps

* chore: Upgrade testcontainers

* Updates (#8)

* chore: Update some deps

* chore: Update some deps

* chore: Upgrade Confluent Platform

* docs: Fetch changelog from v4.4.1 tag to get all history

* chore: Remove unused imports and trailing whitespace (#9)

* chore: Remove unused imports

* docs: Remove trailing spaces

* Update src/test/java/com/purbon/kafka/topology/integration/MDSBaseTest.java

Co-authored-by: piotrsmolinski <piotr.smolinski.77@gmail.com>

---------

Co-authored-by: piotrsmolinski <piotr.smolinski.77@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant