Commit Graph

177 Commits

Author SHA1 Message Date
Soby Chacko
de7f31d87d Update StreamListener sample 2019-10-29 12:32:02 -04:00
Soby Chacko
05e704f448 Updates to uppercase transformer 2019-10-29 12:22:07 -04:00
Soby Chacko
288c98a1a8 Temporaily disable kinesis-to-webflux sample from the build 2019-10-29 11:38:10 -04:00
Soby Chacko
c37a483386 Polishing 2019-10-29 11:25:12 -04:00
Soby Chacko
175018af5e Processor samples refactoring 2019-10-29 11:24:23 -04:00
Soby Chacko
7b105a1495 Polishing 2019-10-29 10:25:18 -04:00
Soby Chacko
5cc9d346cf Refactor reactive processor sample application 2019-10-29 10:24:01 -04:00
Soby Chacko
56ffe4b99d Update kafka streams product tracker sample 2019-10-28 21:55:05 -04:00
Soby Chacko
2ca8568b55 Update interactive query sample 2019-10-28 21:47:05 -04:00
Soby Chacko
ca18443d8d Update globalktable binding sample 2019-10-28 21:33:24 -04:00
Soby Chacko
3b0537c450 Update kafka-streams-table-join sample 2019-10-28 21:15:03 -04:00
Soby Chacko
3d6303e637 Update kafka-streams-to-rabbitmq-message-channel sample 2019-10-28 19:58:53 -04:00
Soby Chacko
2703ab2c8d Update kafka-streams-message-channel sample 2019-10-28 19:43:16 -04:00
Soby Chacko
d3fff3b71e Update Kafka Streams DLQ sample 2019-10-28 17:03:15 -04:00
Soby Chacko
9be4ca0e56 Update Kafka Streams branching sample 2019-10-28 16:20:36 -04:00
Soby Chacko
f2b3aacaab Refactoring kafka-streams-aggregate sample to use functions 2019-10-25 15:23:11 -04:00
Soby Chacko
594779ee77 Cleaning up samples
Kotlin e2e sample with Boot 2.2.0.RELEASE
Kafka Streams word count functional updates
2019-10-24 18:12:54 -04:00
Soby Chacko
4ec74168d6 Update Kotlin e2e sample 2019-10-01 17:30:34 -04:00
Soby Chacko
47990a694f Porting kafka streams interactive sample to functional model 2019-09-30 13:11:39 -04:00
Soby Chacko
9fbabeba56 Unignore test 2019-09-28 18:29:40 -04:00
Soby Chacko
f7d966525f Ignoring test temporarily 2019-09-23 12:22:18 -04:00
Soby Chacko
2e4b9b7597 polishing 2019-09-23 12:15:44 -04:00
Soby Chacko
a93ac7d702 Schema registry samples update - Iteration #3
Update the samples that use Confluent Schema Registry and Confluent avro serializer/deserializer.
2019-09-23 12:07:42 -04:00
Soby Chacko
a123a621ec Schema registry samples update - Iteration #3
Update the samples those are using Confluent Schema Registry and the spring Avro message converters
2019-09-19 11:28:25 -04:00
Soby Chacko
74803ec017 cleanup 2019-09-18 17:36:52 -04:00
Soby Chacko
b1025b0c6c Schema registry samples update - interation 2
Updating kafka-streams-schema-evolution with Confluent Scheam registry samples
2019-09-18 16:30:25 -04:00
Soby Chacko
ff136d56c2 Schema registry sample upgrade - Iteration 1
Convert the vanilla applications that uses the Spring provided Scheam registry and Avro message converters.
Provide 2 sets of the same applications - one for the Kafka binder and another for the Rabbit binder.
The top level folder of each of these sets are named appropriately so that anyone who is interested in a
particular binder can easilty cd to that directory and run the samples
2019-09-17 20:17:27 -04:00
Soby Chacko
c80523e257 Ignore reactive samples tests 2019-08-07 09:44:16 -04:00
Soby Chacko
2054e59fc1 Ignore jdbc sink e2e tests temporarily 2019-08-02 15:51:37 -04:00
Soby Chacko
2a7dbae247 Ignoring schema registry tests temporarily 2019-08-02 15:33:09 -04:00
Jose Antonio Iñigo Garrido
ff95320be1 removed unnecessary props - native serialization/deserialization 2019-07-01 14:45:11 -04:00
Soby Chacko
5fd4b3e7e2 docs polishing 2019-06-20 17:50:20 -04:00
Soby Chacko
85aa628e8c polishing 2019-06-20 16:26:12 -04:00
Soby Chacko
59c7d710f6 Polishing 2019-06-20 16:15:34 -04:00
Soby Chacko
f97d71f85f New sample for schema registry
This sample demonstrates how to use Confluent Avro serializers with Confluent schema registry
in Spring Cloud Stream applications. Please see the README for details.
2019-06-20 16:13:18 -04:00
Soby Chacko
426c97b284 Revert "Ignore failing test on CI"
This reverts commit 45f7cdf17b.
2019-06-19 19:54:22 -04:00
Soby Chacko
45f7cdf17b Ignore failing test on CI 2019-06-19 19:28:13 -04:00
Soby Chacko
aaa5b44ac7 Fix broken tests 2019-06-19 17:24:14 -04:00
Marcos Paulo dos Santos
fca77bb1da #150 - Removed deprecated class org.springframework.kafka.test.rule.KafkaEmbedded 2019-06-18 18:36:44 -03:00
Soby Chacko
68b0614638 Update kafka streams samples
Address Serde changes from upstream
Polishing
2019-06-18 14:06:15 -04:00
Soby Chacko
aeb05a7515 Use https for accessing Confluent maven repository 2019-06-11 20:15:13 -04:00
Jose Antonio Iñigo Garrido
14f3f5c600 kafka-e2e-sample
fixed readme

updated e2e Kotlin sample and version upgrade to Horsham

updgraded Kotlin to 1.3.31
2019-06-11 18:43:33 -04:00
Soby Chacko
a1809285b4 Convert reactive processor to functional model 2019-06-11 12:05:26 -04:00
Soby Chacko
465a983baf update dependencies for kafka binder in certain projects 2019-06-11 10:37:58 -04:00
Soby Chacko
0b1a5c3be1 Update versions 2019-06-10 11:48:32 -04:00
Jukka Karvanen
1afdac7eb6 Kafka Streams unit test demonstration in Spring Cloud Stream
kafka-streams-test-utils added TopologyTestDriver, Note now kafka.version need to be kept in sync manually

Reduce unnecessary logging

Extract contants to be used in test class
Changed non used key type from Object to Bytes to use BytesSerde
Added default contructor to support JsonSerde
Added toString for better test output

KafkaStreamsWordCountApplication.WordCountProcessorApplication using TopologyTestDriver

Unified intentation

Bytes as key type

Polishing
2019-04-25 22:17:49 -04:00
Mirco
ce0e8e1e18 Fixed typo 2019-03-21 15:22:03 -04:00
Spring Operator
de71d4bffd URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://packages.confluent.io/maven/ (404) migrated to:
  https://packages.confluent.io/maven/ ([https](https://packages.confluent.io/maven/) result 404).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://repo.spring.io/libs-milestone-local migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/libs-release-local migrated to:
  https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local) result 302).
* http://repo.spring.io/libs-snapshot-local migrated to:
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* http://repo.spring.io/release migrated to:
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-21 15:21:19 -04:00
Spring Operator
f8c5cf942c URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://packages.confluent.io/maven/ (404) with 7 occurrences migrated to:
  https://packages.confluent.io/maven/ ([https](https://packages.confluent.io/maven/) result 404).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/assembly-1.1.2.xsd with 6 occurrences migrated to:
  https://maven.apache.org/xsd/assembly-1.1.2.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.2.xsd) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 61 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://repo.spring.io/libs-milestone-local with 4 occurrences migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/libs-release-local with 1 occurrences migrated to:
  https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local) result 302).
* http://repo.spring.io/libs-snapshot-local with 4 occurrences migrated to:
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* http://repo.spring.io/release with 2 occurrences migrated to:
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 122 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 12 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 67 occurrences
2019-03-21 15:19:50 -04:00
Spring Operator
6a2fb044ab URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://%s:%d/%s (UnknownHostException) with 2 occurrences migrated to:
  https://%s:%d/%s ([https](https://%s:%d/%s) result UnknownHostException).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://docs.spring.io/spring-kafka/reference/htmlsingle/ with 2 occurrences migrated to:
  https://docs.spring.io/spring-kafka/reference/htmlsingle/ ([https](https://docs.spring.io/spring-kafka/reference/htmlsingle/) result 301).

# Ignored
These URLs were intentionally ignored.

* http://127.0.0.1:8081/config with 2 occurrences
* http://localhost with 2 occurrences
* http://localhost:15672 with 1 occurrences
* http://localhost:64398/ with 1 occurrences
* http://localhost:64399/orders with 1 occurrences
* http://localhost:8080 with 8 occurrences
* http://localhost:8080/ with 1 occurrences
* http://localhost:8080/charts/top-five?genre=Punk with 1 occurrences
* http://localhost:8080/events with 2 occurrences
* http://localhost:8081 with 14 occurrences
* http://localhost:8082/charts/top-five?genre=Punk with 1 occurrences
* http://localhost:8990 with 4 occurrences
* http://localhost:9009/messages with 9 occurrences
* http://localhost:9009/messagesX with 1 occurrences
* http://localhost:9010/messages with 6 occurrences
* http://localhost:9010/messagesX with 1 occurrences
2019-03-21 15:19:36 -04:00