Oleg Zhurakousky

Results 19 issues of Oleg Zhurakousky

When registering a new app, DSL allows for any valid URI. For example: `$ app register --name time-source --type source --uri file://Users/olegz/Downloads/time-source/target/classes` And then it displays the success message `Successfully...

type/enhancement

This issue may need to be transferred to kafka binder, so for now it's just a place holder See StackOverflow for more details - https://stackoverflow.com/questions/70423758/consuming-kafka-messages-with-its-key-in-batches-using-spring-cloud-stream-kafka/70424028#70424028 tagging @sobychacko

The `BindingHandlerAdvise` from stream was copied into `DefaultsBindHandlerAdvisor` in cloud-commons (https://github.com/spring-cloud/spring-cloud-commons/pull/1028), so we can probably depend on that

Perhaps pointing to the project documentation's Quick Start

documentation

Currently when one wants to map custom headers they have to rely on binder specific property which makes application unnecessarily coupled to a binder implementation. For example with Kafka binder...

feature

There are times when a consumer destination may be represented by several physical destinations. And while this is actually already supported by the framework, the actual mechanism creates multiple listener...

feature

Review and provide additional details on security implications of exposed actuator endpoint that gives access to Environment variables

waiting-for-triage