com.ibm.cloud:event-streams-spring-boot-starter

Parent pom providing dependency and plugin management for applications built with Maven

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.ibm.cloud
ArtifactId

ArtifactId

event-streams-spring-boot-starter
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/event-streams-spring-boot-starter
Source Code Management

Source Code Management

https://github.com/IBM/event-streams-spring-boot-starter

Download event-streams-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/com.ibm.cloud/event-streams-spring-boot-starter/ -->
<dependency>
    <groupId>com.ibm.cloud</groupId>
    <artifactId>event-streams-spring-boot-starter</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.cloud/event-streams-spring-boot-starter/
implementation 'com.ibm.cloud:event-streams-spring-boot-starter:0.0.2'
// https://jarcasting.com/artifacts/com.ibm.cloud/event-streams-spring-boot-starter/
implementation ("com.ibm.cloud:event-streams-spring-boot-starter:0.0.2")
'com.ibm.cloud:event-streams-spring-boot-starter:jar:0.0.2'
<dependency org="com.ibm.cloud" name="event-streams-spring-boot-starter" rev="0.0.2">
  <artifact name="event-streams-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.cloud', module='event-streams-spring-boot-starter', version='0.0.2')
)
libraryDependencies += "com.ibm.cloud" % "event-streams-spring-boot-starter" % "0.0.2"
[com.ibm.cloud/event-streams-spring-boot-starter "0.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.2.0.RELEASE
org.springframework.kafka : spring-kafka jar 2.3.1.RELEASE
org.springframework.boot : spring-boot-configuration-processor jar 2.2.0.RELEASE

test (2)

Group / Artifact Type Version
org.springframework.kafka : spring-kafka-test jar 2.3.1.RELEASE
org.springframework.boot : spring-boot-starter-test jar 2.2.0.RELEASE

Project Modules

There are no modules declared in this project.

event-streams-spring-boot-starter

About

Spring boot starter for the IBM Cloud Event Streams product - with minimal configuration developers will be able to easily publish and subscribe to kafka topics.

How to use

  1. Add the event-streams-spring-boot-starter project as a dependency to your application.
  2. Create either application.properties or application.yml in your resources folder.
  3. Set the following properties:
  • ibm.spring.event-streams.password=${YOUR_IBM_EVENT_STREAMS_PASSWORD}
  • spring.kafka.bootstrap-servers=${YOUR_IBM_EVENT_STREAMS_BOOTSTRAP_SERVERS}

Upon starting your application will connect to the IBM Event Streams instance.

License

This code is licensed under Apache v2. See the LICENSE file in the root of the repository.

Dependencies

For a list of 3rd party dependencies that are used see the POM files of the individual projects.

com.ibm.cloud

International Business Machines

Versions

Version
0.0.2
0.0.1