You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like this code can be deleted and have no effect at all. If true, topicConfigMap argument is totally ignored.
Benefits
topicConfigMap won't be ignored and will be stored on various streams
Recommendation
If indeed ignored... remove from method signature and add new issue to support topicConfig at appropriate level (probably when bindings Stream /bindings are supported #31 are supported)
The text was updated successfully, but these errors were encountered:
Desired Behavior
See this possible dead code involving topicConfig.
https://github.com/homeaway/stream-registry/blob/553345fff8ed6997c1134820343ca6677ee4596b/core/src/main/java/com/homeaway/streamplatform/streamregistry/db/dao/AbstractDao.java#L160-L163
Seems like this code can be deleted and have no effect at all. If true,
topicConfigMap
argument is totally ignored.Benefits
Recommendation
The text was updated successfully, but these errors were encountered: