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

Stop Stream Creation for existing topics if configs don't match #52

Merged
merged 18 commits into from
Jan 3, 2019
Merged

Stop Stream Creation for existing topics if configs don't match #52

merged 18 commits into from
Jan 3, 2019

Conversation

arunvasudevan
Copy link
Contributor

@arunvasudevan arunvasudevan commented Dec 12, 2018

stream-registry PR

Check if the topic configs as part of the new stream are same as that of the existing topics config. If the configs don't match throw Stream Creation Exception.

Added

Changed

  • Stop Stream Creation for Existing topics if topic configs don't match

Deleted

PR Checklist Forms

  • This template filled (above this section)
  • CHANGELOG.md updated
  • Reviewer assigned
  • PR assigned (presumably to submitter)
  • Labels added (enhancement, bug, documentation)
  • Milestone selected
  • All files reviewed before sending to reviewers
  • PR builds successfully

@neoword
Copy link
Contributor

neoword commented Dec 17, 2018

  • please rebase

@neoword neoword added the enhancement New feature or request label Dec 17, 2018
@arunvasudevan arunvasudevan changed the title Removing Topic Update functionality Stop Stream Creation for existing topics if configs don't match Dec 20, 2018
@neoword
Copy link
Contributor

neoword commented Dec 20, 2018

Not sure I understand the need for this given work that is being done elsewhere.
Will discuss offline further.

@neoword neoword added this to the 0.4.2 milestone Dec 20, 2018
CHANGELOG.md Outdated
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Schema validation support via `SchemaManager` interface with default Confluent implementation provided (#41)

### Changed
- Stop Stream Creation for existing topics if topic configs don't match

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is being targetted for 0.4.2

@neoword neoword merged commit 521a4ff into ExpediaGroup:master Jan 3, 2019
neoword pushed a commit that referenced this pull request Jan 16, 2019
* Removed unused retrofit library (#70)
* Removed unused retrofit library
* Favor mvn exec rather than java jar (#68)
* Fix 'make run' (#76)
* Dockerize (#74)
* Dockerize
* Update CHANGELOG.md
* [maven-release-plugin] prepare release v0.4.1
* [maven-release-plugin] prepare for next development iteration
* Updated changelog (should have done before tag)
* Fixed changelog date 0.4.1
* Stop Stream Creation for existing topics if configs don't match (#52)
* Removing update topics functionality in Stream Registry
* Stop Stream Creation for existing topics if configs don't match
* Adding more tests to be comprehensive
* Updating comments
* Updating changelog to version 0.4.2
* Adding arch diagram to fix #4 (#80)
* Adding arch diagram to fix #4
* Updating CHANGELOG.md
* Decouple infra-provider from core (#78)
* Decouple infra-provider from core
* Update CHANGELOG.md
* Enforce SLF4J (#82)
* Adding architecture picture to arch documentation
* Bug/delete client error fix (#73)
* Consumer and producer delete methods bug fix
* Package re-order
* Changelog update
* Jordan's suggestions
* package name cleanup (#85)
* moved java packages to com.homeaway.streamingplatform.streamregistry
* updated for issue #16
* moved java packages to com.homeaway.streamplatform.streamregistry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants