Skip to content

Commit

Permalink
Checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Mar 11, 2024
1 parent 59b3c26 commit 832551a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
- [`record.extraction.error.strategy`](#recordextractionerrorstrategy)
- [Topic Mapping](#topic-mapping)
- [Record Routing (`map.<topic>.to`)](#record-routing-maptopicto)
- [Record Mapping (`fields.<filedName>`)](#record-mapping-fieldsfiledname)
- [Filtered Record Routing](#filtered-record-routing)
- [Record Mapping (`field.<filedName>`)](#record-mapping-fieldfiledname)
- [Filtered Record Routing (`item-template.<template-name>`)](#filtered-record-routing-item-templatetemplate-name)
- [Example](#example)
- [Schema Registry](#schema-registry)
- [`schema.registry.url`](#schemaregistryurl)
Expand Down Expand Up @@ -907,7 +907,7 @@ This configuration enables the implementation of various mapping scenarios, as s

With this scenario, it is possible to broadcast to all clients subscribed to a single item (`sample-item`) every message published to different topics (`sample-topic1`, `sample-topic2`, `sample-topic3`).

##### Record Mapping (`fields.<filedName>`)
##### Record Mapping (`field.<filedName>`)

To forward real-time updates to the Lightstreamer clients, a Kafka record must be mapped to Lightstreamer fields, which define the _schema_ of any Lightstreamer item.

Expand Down Expand Up @@ -995,7 +995,7 @@ The `QuickStart` [factory configuration file](kafka-connector/src/connector/dist
<param name="field.item_status">#{VALUE.item_status}</param>
```

##### Filtered Record Routing
##### Filtered Record Routing (`item-template.<template-name>`)

Besides mapping topics to statically predefined items, Kakfa Connector allows to define _item templates_, which enable to filter the routing of Kafka records by matching the contents against a _parameterized_ subscribed item.

Expand Down

0 comments on commit 832551a

Please sign in to comment.